From b38c91e5cce54e1114ec5968c722c1a1c57bd21a Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期五, 21 六月 2024 13:27:00 +0800
Subject: [PATCH] 完成派送订单佣金写入余额逻辑
---
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