bug处理

This commit is contained in:
2024-04-23 10:16:16 +08:00
parent c8e2f1eafd
commit 579f2d3a39
197 changed files with 2509 additions and 1363 deletions

View File

@@ -1,4 +1,8 @@

/////////////////////////////////////////////////////////////////////////////////
// 宁波拓通e智造平台 ToTong Next Builder //
// https://git.tuotong-tech.com/tnb/tnb.server //
/////////////////////////////////////////////////////////////////////////////////
using Newtonsoft.Json.Linq;
namespace Mapster;

View File

@@ -100,6 +100,7 @@ namespace Tnb.Common.Utils
}
public static async Task<string> GetRequestAsync(string url, Dictionary<string, string> pars = null)
{
Log.Information($"开始请求 {url} 请求参数: {JsonConvert.SerializeObject(pars)}");
HttpClient Client = new HttpClient();
var reqUri = url;
if (pars?.Count > 0)