فهرست منبع

Merge branch 'iteration-payment' into 11/24SAAS

lex 1 سال پیش
والد
کامیت
be7a923617

+ 0 - 3
src/views/productService/model/rechargeModel.vue

@@ -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 +
-              "&notifyUrl=" +
-              notifyUrl +
               "&type=" +
               res.data.type +
               "&wxAppId=" +

+ 0 - 3
src/views/productService/model/serviceModel.vue

@@ -191,7 +191,6 @@ export default {
               orderSubject,
               tenantId,
               returnUrl,
-              notifyUrl,
               wxAppId
             } = res.data.payMap;
             this.orderNo = orderNo;
@@ -214,8 +213,6 @@ export default {
               tenantId +
               "&returnUrl=" +
               returnUrl +
-              "&notifyUrl=" +
-              notifyUrl +
               "&type=" +
               res.data.type +
               "&wxAppId=" +

+ 0 - 3
src/views/resetTeaming/modals/giveMemberModel.vue

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