订单详情完善

This commit is contained in:
wwz
2025-03-11 16:42:37 +08:00
parent 5342133cbd
commit cab9f836af
16 changed files with 506 additions and 126 deletions

View File

@@ -20,4 +20,13 @@ export const APIpayltPayOrder = (data) => {
method: 'post',
data: data
})
}
// 会员退款
export const APIrefundVip = (data) => {
return request({
url: urlOrder + '/pay/vipPay',
method: 'post',
data: data
})
}