原材料仓叠盘机

This commit is contained in:
2024-05-21 09:25:52 +08:00
parent 9effa30fb0
commit 082feb0dd3
6 changed files with 588 additions and 190 deletions

View File

@@ -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;
}