调试接口
This commit is contained in:
@ -177,4 +177,11 @@ export function getUserBillDetails(id: number) {
|
||||
*/
|
||||
export function transferOrder(order_id: number) {
|
||||
return http.Post('/api/order/transferOrder', {order_id})
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户一件授权手机号
|
||||
*/
|
||||
export function getMobileByMnp(code: string) {
|
||||
return http.Post('/api/user/getMobileByMnp', {code})
|
||||
}
|
||||
Reference in New Issue
Block a user