代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Core/Helper/HttpHelper.cs
@@ -114,7 +114,8 @@ httpClient.Timeout = new TimeSpan(0, 0, 60); if (serviceAddress.Contains("cimforce/AtomJsonService")) { httpClient.Timeout = new TimeSpan(0, 0, 30); int timeout = AppSettings.Get("ErpRequestTime").ObjToInt(); httpClient.Timeout = new TimeSpan(0, 0, timeout); } if (headers != null) {