perf-优化提交时间

Qyry
尹强 1 year ago
parent 903c2d0fc9
commit bf4a3fba3c
  1. 4
      Gdsi/Helper/Http.cs

@ -63,7 +63,9 @@ namespace Gdsi.Helper
{
HttpWebRequest httpWebRequest = (HttpWebRequest)WebRequest.Create(url);
httpWebRequest.Method = "POST";
httpWebRequest.ContentType = "application/json;charset=UTF-8";
//医保中间件23分钟,his中间件24分钟,客户端25分钟
httpWebRequest.Timeout = 1380000;
httpWebRequest.ContentType = "application/json;charset=UTF-8";
if (dicHeader == null)
{
dicHeader = new Dictionary<string, string>();

Loading…
Cancel
Save