This commit is contained in:
2025-07-22 14:09:17 +08:00
parent 81c63c1fc9
commit ff93525afe
2 changed files with 7 additions and 3 deletions

View File

@@ -263,7 +263,8 @@ namespace MyCode.Project.Services.Implementation
{
throw new Exception("推送WMS发生错误" + resultContent);
}
LogHelper.Info(resultContent);
LogHelper.Info("请求:" + requestString);
LogHelper.Info("响应:" + resultContent);
return result;
}