From d7c7a6e9d05eec7b38b41b8ae39f373f650ca891 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期三, 15 五月 2024 14:48:03 +0800 Subject: [PATCH] no message --- CoreCms.Net.Core/Config/SwaggerSetup.cs | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CoreCms.Net.Core/Config/SwaggerSetup.cs b/CoreCms.Net.Core/Config/SwaggerSetup.cs index 8a7d558..fa0b08d 100644 --- a/CoreCms.Net.Core/Config/SwaggerSetup.cs +++ b/CoreCms.Net.Core/Config/SwaggerSetup.cs @@ -1,9 +1,9 @@ 锘�/*********************************************************************** - * Project: CoreCms.Net * - * Web: https://CoreCms.Net * - * ProjectName: 鏍稿績鍐呭绠$悊绯荤粺 * - * Author: 澶х伆鐏� * - * Email: JianWeie@163.com * + * Project: baifenBinfa.Net * + * Web: https://baifenBinfa.com * + * ProjectName: 鐧惧垎鍏垫硶绠$悊绯荤粺 * + * Author: * + * Email: * * Versions: 1.0 * * CreateTime: 2020-02-02 18:41:38 * FileName: SwaggerSetup @@ -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