设备第三方提供接口改为匿名方式调用

This commit is contained in:
alex
2023-08-09 08:53:35 +08:00
parent 3e889495f3
commit e2d41a1f54
2 changed files with 9 additions and 6 deletions

View File

@@ -353,7 +353,7 @@ namespace Tnb.WarehouseMgr
reqBody.taskList = v;
Log.Information($"请求参数:{JsonConvert.SerializeObject(reqBody)}");
var respBody = await HttpClientHelper.PostStreamAsync(url, reqBody, CancellationToken.None);
JNPF.Logging.Log.Information($"调用Agv接口响应结果:{respBody}");
Log.Information($"调用Agv接口响应结果:{respBody}");
}
}
}