panhui 3 سال پیش
والد
کامیت
7dd1d28317
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/user/Wallet.vue

+ 1 - 1
src/views/user/Wallet.vue

@@ -328,7 +328,7 @@ export default {
                 case 'ALI':
                     this.$toast.loading('充值中');
                     this.$http
-                        .post('/recharge/ali', { amount: this.amount, companyId: this.companyId })
+                        .post('/payOrder/v2/recharge/ali', { amount: this.amount, companyId: this.companyId })
                         .then(res => {
                             this.openScheme(res);
                             setTimeout(() => {