测试
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user