项目代码/WMS/WMSServices/WIDESEA_Core/Helper/HttpHelper.cs
@@ -111,11 +111,7 @@ { httpContent.Headers.ContentType = new MediaTypeHeaderValue("application/json"); using HttpClient httpClient = new HttpClient(); httpClient.Timeout = new TimeSpan(0, 0, 60); if (serviceAddress.Contains("cimforce/AtomJsonService")) { httpClient.Timeout = new TimeSpan(0, 0, 30); } httpClient.Timeout = new TimeSpan(0, 0, 30); if (headers != null) { foreach (var header in headers)