统计篮球订单收益

This commit is contained in:
2024-01-30 20:51:38 +08:00
parent 21de42a7b6
commit 8999ee41ce
2 changed files with 29 additions and 3 deletions

View File

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