0
This commit is contained in:
parent
ef93f1ca19
commit
25a1e710da
@ -263,7 +263,7 @@ namespace MyCode.Project.Services.Implementation
|
||||
var result = JsonHelper.ToObject<WMSResponse>(resultContent);
|
||||
if (result.Code != 200)
|
||||
{
|
||||
throw new Exception("推送WMS发生错误:" + result.Message);
|
||||
throw new Exception(result.Message);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user