This commit is contained in:
Administrator 2025-07-23 11:34:45 +08:00
commit ef93f1ca19

View File

@ -263,7 +263,7 @@ namespace MyCode.Project.Services.Implementation
var result = JsonHelper.ToObject<WMSResponse>(resultContent);
if (result.Code != 200)
{
throw new Exception("推送WMS发生错误" + resultContent);
throw new Exception("推送WMS发生错误" + result.Message);
}
return result;