重试订单退款

This commit is contained in:
2023-08-19 08:37:20 +08:00
parent 739964eb03
commit e0fdfcc4aa
3 changed files with 41 additions and 5 deletions

View File

@@ -68,3 +68,12 @@ export function getMerchantOrderList(data) {
data: data
})
}
// 试订单退款接口
export function retryRefundOrder(data) {
return request({
url: '/order/retryRefundOrder',
method: 'post',
data: data
})
}