提交库存

This commit is contained in:
hehaibing-1996
2025-03-26 21:53:36 +08:00
parent 4de11fd816
commit 0be9c59a1f
4 changed files with 150 additions and 9 deletions

View File

@ -326,7 +326,7 @@ namespace WCS.BLL.Tool
HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url);
request.Method = httpMethod;
request.ContentType = "application/json";
request.Timeout = 3000;
request.Timeout = 5000;
if (!string.IsNullOrEmpty(data))
{