wangqifan il y a 3 ans
Parent
commit
201d1e362d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/main/vue/src/views/AdapayMerchantList.vue

+ 1 - 1
src/main/vue/src/views/AdapayMerchantList.vue

@@ -271,7 +271,7 @@ export default {
                 .then(() => {
                     this.querying = true;
                     this.$http
-                        .post('/sandPay/refund', {
+                        .post('/sandpay/refund', {
                             orderId: this.orderId
                         })
                         .then(res => {