称重优化日志

This commit is contained in:
2024-06-21 10:00:24 +08:00
parent f40e3c8b61
commit 05d38cbb2e
2 changed files with 11 additions and 4 deletions

View File

@@ -120,7 +120,8 @@ namespace Tnb.ProductionMgr
Log.Information($"称重完成参数:{JsonConvert.SerializeObject(dicCommand2)}");
for (int i = 0; i < 1; i++)
{
await HttpClientHelper.GetRequestAsync(_eleCtlCfg.WriteTagUrl, dicCommand2);
string responseresult = await HttpClientHelper.GetRequestAsync(_eleCtlCfg.WriteTagUrl, dicCommand2,false);
Log.Information($"称重完成返回结果:{responseresult}");
}
}