fix: 修复bug

pull/2/head
TianYu 2023-05-19 19:25:50 +08:00
parent d8f9dd9479
commit 33dba0e315
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ export function getRechargeOrder(id) {
export function refundRechargeOrder(data) {
return request({
url: '/shop/recharge-order/memberRefund',
method: 'post'
method: 'post',
data: data
})
}