1
wangxinhui
4 天以前 3c024b153548ca391c9c56dd30c44d4dd2360854
代码管理/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)
                    {