Commit be9fc3df by 王昆

gsb

parent beb7cea6
......@@ -241,7 +241,7 @@ class BpoSDPJApi {
return this.getErrResult("二维码不存在");
}
if (cashInfo.trade_status) {
return this.getErrResult("已经发起提现,不可作废");
return this.getBaseResult(1004004, "已经发起提现,不可作废");
}
if (cashInfo.qrcode_status != 2) {
cashInfo.qrcode_status = 2;
......@@ -249,7 +249,7 @@ class BpoSDPJApi {
}
} catch (e) {
console.log(e);
return this.getErrResult("接口异常");
return this.getBaseResult(500, "接口异常");
}
return this.getSuccessResult();
}
......
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