Merge branch 'jackYun' of http://8.130.121.29:3000/yuyubo/YunTongJackYunTask into jackYun
This commit is contained in:
commit
ef93f1ca19
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user