@@ -117,7 +117,6 @@ export default {
orderSubject,
tenantId,
returnUrl,
- notifyUrl,
wxAppId
} = res.data.payMap;
this.orderNo = orderNo;
@@ -140,8 +139,6 @@ export default {
tenantId +
"&returnUrl=" +
returnUrl +
- "&onotifyUrl=" +
- notifyUrl +
"&type=" +
res.data.type +
"&wxAppId=" +
@@ -191,7 +191,6 @@ export default {
@@ -214,8 +213,6 @@ export default {
@@ -129,7 +129,6 @@ export default {
@@ -152,8 +151,6 @@ export default {
wxAppId;
console.log(this.codeUrl, "codeUrl");