Commit c89c8d1f by 王昆

gsb

parent 8f075fbe
......@@ -140,7 +140,7 @@ class BpoSDPJApi {
// 拼接h5 http连接 http//xxx?mchtId=xxx&ecid=xxx&no=id
let _no = await this.setNo(_cCashInfo.id.toString());
_no = encodeURIComponent(_no);
let custormUrl = `https://bpowx.gongsibao.com?no=${_no}&outTradeNo=${_cCashInfo.outTradeNo}&mchtId=${_cCashInfo.mchtId}`;
let custormUrl = `https://bpohhr.gongsibao.com/sdpj?no=${_no}&outTradeNo=${_cCashInfo.outTradeNo}&mchtId=${_cCashInfo.mchtId}`;
// 生成二维码
let url =await this.qrClient.generateQR(custormUrl);
_cCashInfo.qrcode = url;
......@@ -427,7 +427,7 @@ class BpoSDPJApi {
"currency": "CNY",
"mchtId": cashInfo.mchtId,
"nonceStr": nonceStr,
"notityUrl": "https://bpowx.gongsibao.com/api/bpoSDPJApi/wxnotify",
"notityUrl": "https://bpohhr.gongsibao.com/api/bpoSDPJApi/wxnotify",
"outTradeNo": cashInfo.outTradeNo,
"signType": "MD5",
"tradeTime": tradeTime,
......
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