Commit bc4f90ad by 任晓松

update

parent a2bacff2
......@@ -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.getResultFail(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