1
huangxiaoqiang
9 天以前 ce1f8c5b0e8cd5d4050e79c3e02433aafce81b24
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/Helper/HttpHelper.cs
@@ -82,7 +82,7 @@
                {
                    httpContent.Headers.ContentType = new MediaTypeHeaderValue("application/json");
                    using HttpClient httpClient = new HttpClient();
                    httpClient.Timeout = new TimeSpan(0, 0, 60);
                    httpClient.Timeout = new TimeSpan(0, 0, 120);
                    if (headers != null)
                    {