From f7f968bf90a2124d1787919b116bb143290622ce Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期三, 08 五月 2024 11:25:50 +0800
Subject: [PATCH] 增加货品管理页面,增加ip地址获取APi  修改发票列表宽度

---
 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