From d296ea260b9dceda7900a31c6d00e2337755053c Mon Sep 17 00:00:00 2001 From: liaoxujun@qq.com <liaoxujun@qq.com> Date: 星期二, 02 四月 2024 13:39:28 +0800 Subject: [PATCH] no message --- CoreCms.Net.Core/Config/SwaggerSetup.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CoreCms.Net.Core/Config/SwaggerSetup.cs b/CoreCms.Net.Core/Config/SwaggerSetup.cs index 054e7bc..fa0b08d 100644 --- a/CoreCms.Net.Core/Config/SwaggerSetup.cs +++ b/CoreCms.Net.Core/Config/SwaggerSetup.cs @@ -1,6 +1,6 @@ 锘�/*********************************************************************** - * Project: CoreCms.Net * - * Web: https://CoreCms.Net * + * Project: baifenBinfa.Net * + * Web: https://baifenBinfa.com * * ProjectName: 鐧惧垎鍏垫硶绠$悊绯荤粺 * * Author: * * Email: * @@ -40,7 +40,7 @@ Version = version, Title = $"{apiName} 鎺ュ彛鏂囨。", Description = $"{apiName} HTTP API " + version, - Contact = new OpenApiContact { Name = apiName, Email = "JianWeie@163.com", Url = new Uri("https://CoreCms.Net") }, + Contact = new OpenApiContact { Name = apiName, Email = "34161541@qq.com", Url = new Uri("https://baifenBinfa.com") }, }); s.OrderActionsBy(o => o.RelativePath); }); @@ -96,7 +96,7 @@ Version = version, Title = $"{apiName} 鎺ュ彛鏂囨。", Description = $"{apiName} HTTP API " + version, - Contact = new OpenApiContact { Name = apiName, Email = "JianWeie@163.com", Url = new Uri("https://CoreCms.Net") }, + Contact = new OpenApiContact { Name = apiName, Email = "34161541@qq.com", Url = new Uri("https://baifenBinfa.com") }, }); s.OrderActionsBy(o => o.RelativePath); }); -- Gitblit v1.9.1