篮球入场后台支持查看

This commit is contained in:
2024-01-16 00:29:24 +08:00
parent dc00ac0ed4
commit 97193d4c31
5 changed files with 193 additions and 258 deletions

View File

@@ -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)
}
/**
* 删除篮球进场订单
*/