调试接口
This commit is contained in:
@ -171,3 +171,10 @@ export function getUserMember() {
|
||||
export function getUserBillDetails(id: number) {
|
||||
return http.Post<any>('/api/user/accountDetails', {id})
|
||||
}
|
||||
|
||||
/**
|
||||
* 转让订单
|
||||
*/
|
||||
export function transferOrder(order_id: number) {
|
||||
return http.Post('/api/order/transferOrder', {order_id})
|
||||
}
|
||||
Reference in New Issue
Block a user