This commit is contained in:
GaoHao
2024-10-25 11:10:44 +08:00
3 changed files with 175 additions and 7 deletions

View File

@@ -203,6 +203,16 @@ export function callTabletakeNumber(data) {
}
})
}
// 增减余额
export function midfiyAccount(data) {
return request({
url: '/api/tbShopUser/midfiyAccount',
method: 'post',
data: {
...data
}
})
}
export function callTablecallRecord(params) {
return request({