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, @@ -43,13 +43,13 @@ }; } private HttpRequestConfig BuildConfig(string token) public HttpRequestConfig BuildConfig(string token) { return new HttpRequestConfig { Headers = new Dictionary<string, string> { { "Authorization", token } { "Authorization","Bearer "+ token } }, TimeoutMs = 30000, MaxRetryCount = 0,