From 89879d47da4c63103ec38595c5dd014a12c01cca Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 02 七月 2024 16:36:24 +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