Browse Source

添加支付

lex 1 year ago
parent
commit
6cf029aabf

+ 1 - 1
src/views/productService/model/rechargeModel.vue

@@ -140,7 +140,7 @@ export default {
               tenantId +
               "&returnUrl=" +
               returnUrl +
-              "&notifyUrl=" +
+              "&onotifyUrl=" +
               notifyUrl +
               "&type=" +
               res.data.type +

+ 1 - 1
src/views/productService/model/serviceModel.vue

@@ -214,7 +214,7 @@ export default {
               tenantId +
               "&returnUrl=" +
               returnUrl +
-              "&notifyUrl=" +
+              "&onotifyUrl=" +
               notifyUrl +
               "&type=" +
               res.data.type +

+ 1 - 1
src/views/resetTeaming/modals/giveMemberModel.vue

@@ -152,7 +152,7 @@ export default {
               tenantId +
               "&returnUrl=" +
               returnUrl +
-              "&notifyUrl=" +
+              "&onotifyUrl=" +
               notifyUrl +
               "&wxAppId=" +
               wxAppId;