Commit 9799f0b1 by 孙亚楠

d

parent 332ee839
......@@ -144,7 +144,7 @@ class BpoSDPJApi {
//6.生成二维码
let url =await this.qrClient.generateQR(custormUrl);
_cCashInfo.qrcode=url;
_cCashInfo.qrcode_status=1;
_cCashInfo.qrcode_status=url?1:2;
_cCashInfo.sign_url=custormUrl;
_cCashInfo.save();
return this.getCodeResult(0,{"qrcode": url || ""});
......
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