统计篮球订单收益
This commit is contained in:
@@ -14,6 +14,13 @@ export function orderAccount(enterId, payMoney) {
|
||||
return http.post('/member/enter/veneu/account', { 'EnterId': enterId, 'payMoney': payMoney })
|
||||
}
|
||||
|
||||
/**
|
||||
* 汇总收益
|
||||
*/
|
||||
export function orderPageSum(params) {
|
||||
return http.get('/member/enter/sum/money', params)
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除篮球进场订单
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user