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