From 71e821ab5e6b3014fac9b691d6957bcc09704b70 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期三, 29 五月 2024 11:45:04 +0800 Subject: [PATCH] 修改定制封面逻辑 --- 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