feat:【MALL 商城】佣金提现,优化字段,以及支持更多 API 自动打款
This commit is contained in:
@ -13,13 +13,6 @@ export function createDemoOrder(data: DemoOrderVO) {
|
||||
})
|
||||
}
|
||||
|
||||
// 获得示例订单
|
||||
export function getDemoOrder(id: number) {
|
||||
return request.get({
|
||||
url: '/pay/demo-order/get?id=' + id
|
||||
})
|
||||
}
|
||||
|
||||
// 获得示例订单分页
|
||||
export function getDemoOrderPage(query: PageParam) {
|
||||
return request.get({
|
||||
@ -29,7 +22,7 @@ export function getDemoOrderPage(query: PageParam) {
|
||||
}
|
||||
|
||||
// 退款示例订单
|
||||
export function refundDemoOrder(id) {
|
||||
export function refundDemoOrder(id: number) {
|
||||
return request.put({
|
||||
url: '/pay/demo-order/refund?id=' + id
|
||||
})
|
||||
Reference in New Issue
Block a user