1
wangxinhui
2025-06-12 e7be74e711076896e7e841b54691daa95067c567
代码管理/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)
                    {