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