Commit 872ac4d8 by 孙亚楠

d

parent f2fdfcf5
...@@ -224,6 +224,9 @@ class BpoSDPJApi { ...@@ -224,6 +224,9 @@ class BpoSDPJApi {
outTradeNo: this.trim(obj.outTradeNo), outTradeNo: this.trim(obj.outTradeNo),
mchtId: this.trim(obj.mchtId), mchtId: this.trim(obj.mchtId),
}); });
if(!_cCashInfo){
return this.getErrResult("您暂无可申请的信息");
}
let resData = { let resData = {
id_name:_cCashInfo.id_name, id_name:_cCashInfo.id_name,
id_no:_cCashInfo.id_no, id_no:_cCashInfo.id_no,
......
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