原材料仓叠盘机
This commit is contained in:
@@ -112,6 +112,7 @@ namespace Tnb.Common.Utils
|
||||
Client.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"));
|
||||
var respBody = await Client.GetAsync(reqUri);
|
||||
var result = await respBody.Content.ReadAsStringAsync();
|
||||
Log.Information($"请求 {url} 结果: {result}");
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user