Commit 36bd4aae by 王昆

gsb

parent c99b0757
...@@ -140,7 +140,7 @@ class BpoSDPJApi { ...@@ -140,7 +140,7 @@ class BpoSDPJApi {
// 拼接h5 http连接 http//xxx?mchtId=xxx&ecid=xxx&no=id // 拼接h5 http连接 http//xxx?mchtId=xxx&ecid=xxx&no=id
let _no = await this.setNo(_cCashInfo.id.toString()); let _no = await this.setNo(_cCashInfo.id.toString());
_no = encodeURIComponent(_no); _no = encodeURIComponent(_no);
let custormUrl = `https://bpowx.gongsibao.com/sdpj?no=${_no}&outTradeNo=${_cCashInfo.outTradeNo}&mchtId=${_cCashInfo.mchtId}`; let custormUrl = `https://bpowx.gongsibao.com?no=${_no}&outTradeNo=${_cCashInfo.outTradeNo}&mchtId=${_cCashInfo.mchtId}`;
// 生成二维码 // 生成二维码
let url =await this.qrClient.generateQR(custormUrl); let url =await this.qrClient.generateQR(custormUrl);
_cCashInfo.qrcode = url; _cCashInfo.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