From e7be74e711076896e7e841b54691daa95067c567 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期四, 12 六月 2025 15:54:49 +0800 Subject: [PATCH] 1 --- 代码管理/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