This commit is contained in:
18942506660
2024-10-30 10:56:29 +08:00
parent 5814988f0f
commit 2d09baa340
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ namespace WMS.Web.Domain.Services.Public
List<object> Parameters = new List<object>();
var model = new InventoryParamModel();
model.fstocknumbers = stockCodes;
//model.fmaterialnumbers = "G01-11-572474";
model.fmaterialnumbers = "G01-11-572474";
model.isshowauxprop = true;
model.isshowstockloc = true;
model.pageindex = 1;
@@ -63,7 +63,7 @@ namespace WMS.Web.Domain.Services.Public
Parameters.Add(model);
httpClient.Content = JsonConvert.SerializeObject(Parameters);
_logger.LogInformation($"1.开始进行连接");
string content = httpClient.AsyncRequest();
_logger.LogInformation($"金蝶返回数据{content}");
JObject resData = JObject.Parse(content);