Commit e56d47ef by 孙亚楠

Merge branch 'bpo-web' of gitlab.gongsibao.com:jiangyong/zhichan into bpo-web

parents 224fd044 ec64cfaf
...@@ -128,6 +128,7 @@ class BpoSDPJApi { ...@@ -128,6 +128,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);
let custormUrl = `http://bpohhr.gongsibao.com?no=${_no}&outTradeNo=${_cCashInfo.outTradeNo}&mchtId=${_cCashInfo.mchtId}`; let custormUrl = `http://bpohhr.gongsibao.com?no=${_no}&outTradeNo=${_cCashInfo.outTradeNo}&mchtId=${_cCashInfo.mchtId}`;
// 生成二维码 // 生成二维码
let url =await this.qrClient.generateQR(custormUrl); let url =await this.qrClient.generateQR(custormUrl);
......
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