Commit e37f99bc by 任晓松

update

parent bc4f90ad
...@@ -45,7 +45,7 @@ class IcbcService extends AppServiceBase { ...@@ -45,7 +45,7 @@ class IcbcService extends AppServiceBase {
if(result.Status != 200){ if(result.Status != 200){
return system.getResultFail(-1,'查询失败'); return system.getResultFail(-1,'查询失败');
} }
return system.getResultFail(result.Result); return system.getResult(result.Result);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment