wanshenmean
22 小时以前 18e076538e40b7cc3a8b28028b1c3c6a3e0e5618
Code/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/MesService.cs
@@ -35,7 +35,7 @@
            {
                Headers = new Dictionary<string, string>
                {
                    { "Authorization", _authorization }
                    { "Authorization","Bearer "+ _authorization }
                },
                TimeoutMs = 30000,
                MaxRetryCount = 0,
@@ -49,7 +49,7 @@
            {
                Headers = new Dictionary<string, string>
                {
                    { "Authorization", token }
                    { "Authorization","Bearer "+ token }
                },
                TimeoutMs = 30000,
                MaxRetryCount = 0,