篮球入场后台支持查看
This commit is contained in:
@@ -7,6 +7,13 @@ export function find(id) {
|
||||
return http.get('/member/enter/veneu/log/' + id)
|
||||
}
|
||||
|
||||
/**
|
||||
* 结算订单
|
||||
*/
|
||||
export function orderAccount(params) {
|
||||
return http.post('/member/enter/veneu/account', params)
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除篮球进场订单
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user