wanshenmean
2 天以前 9a1c82a7b77dd27d9bd9b71bbd2909e60aed6c10
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,