From 695571c6009ecbc12e7d4a4fb147df7967a1260e Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期一, 07 七月 2025 20:21:19 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn
---
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Core/Helper/HttpQmsHelper.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Core/Helper/HttpQmsHelper.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Core/Helper/HttpQmsHelper.cs"
index 525ae13..f504c56 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Core/Helper/HttpQmsHelper.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Core/Helper/HttpQmsHelper.cs"
@@ -24,18 +24,18 @@
using HttpClient httpClient = new HttpClient();
httpClient.Timeout = new TimeSpan(0, 0, 60);
//姝e紡
- //string authorization = "AppKey 1930944618148245504";
+ string authorization = "AppKey 1784536762910281728";
//娴嬭瘯
- string authorization = "AppKey 1930944618148245504";
+ //string authorization = "AppKey 1930944618148245504";
headers = new Dictionary<string, string>
{
{ "Authorization", authorization },
//姝e紡
- //{ "Site_tenant_id", "6ec60d66-b08e-4ff3-90fa-57748053f79b" }
+ { "Site_tenant_id", "0dc2d164-8a62-417e-8a00-808007464feb" }
//娴嬭瘯
- { "Site_tenant_id", "6ec60d66-b08e-4ff3-90fa-57748053f79b" }
+ //{ "Site_tenant_id", "6ec60d66-b08e-4ff3-90fa-57748053f79b" }
};
if (headers != null)
{
--
Gitblit v1.9.3