Commit cc8cecee by 宋毅

Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel

parents 0b951593 e37f99bc
......@@ -41,7 +41,11 @@ class IcbcService extends AppServiceBase {
"pageIndex":1,
"isExactlySame":"True"
}
return await this.opReqResult(url, data, req);
let result = await this.opReqResult(url, data, req);
if(result.Status != 200){
return system.getResultFail(-1,'查询失败');
}
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