From f43970a061d3c90520b4e8f48caa17a204d9a085 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期四, 15 八月 2024 10:19:38 +0800 Subject: [PATCH] 完供应商自主维护商品api和后台基础管理页面 --- 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