bug处理
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
// 宁波拓通e智造平台 ToTong Next Builder //
|
||||
// https://git.tuotong-tech.com/tnb/tnb.server //
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace Mapster;
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user