调试接口
This commit is contained in:
@ -184,4 +184,11 @@ export function transferOrder(order_id: number) {
|
||||
*/
|
||||
export function getMobileByMnp(code: string) {
|
||||
return http.Post('/api/user/getMobileByMnp', {code})
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户开门
|
||||
*/
|
||||
export function openLock(order_id: number, type: number) {
|
||||
return http.Post('/api/Common/ce_ttlock', {order_id, type})
|
||||
}
|
||||
Reference in New Issue
Block a user