提交代码

This commit is contained in:
2024-01-17 16:12:42 +08:00
parent 66a56a44af
commit 74e2a00958
49 changed files with 4594 additions and 715 deletions
+4 -1
View File
@@ -29,7 +29,10 @@ namespace BLL
request.Headers.Add(i.ToString(), header[i].ToString());
}
}
request.Headers.Add("token", "AF17168B-87BD-4GLY-1111-F0A0A1158F9B");
else
{
request.Headers.Add("token", "AF17168B-87BD-4GLY-1111-F0A0A1158F9B");
}
request.Timeout = 20000; /// 设置5秒超时
if (!string.IsNullOrEmpty(data))
{