This commit is contained in:
dute7liang
2023-12-31 13:54:20 +08:00
parent 89d50bbb67
commit aaaaa84e1e
12 changed files with 663 additions and 809 deletions

View File

@@ -17,6 +17,14 @@ export function getUserCount(userId) {
})
}
export function resetUserCount(params) {
return request({
url: '/cai/userCount/reset',
method: 'get',
params: params
})
}
// 新增用户信息数量统计
export function addUserCount(data) {
return request({