add 每日新增用户和每日新增支付金额图表

This commit is contained in:
王鹏
2025-10-31 09:44:37 +08:00
parent 4d2d38aadd
commit da05a94acb
12 changed files with 251 additions and 12 deletions

View File

@@ -133,3 +133,11 @@ export function deptTreeSelect() {
method: 'get'
})
}
// 查询每日新增用户数量
export function getUserCountByDay() {
return request({
url: '/system/user/countByDay',
method: 'get'
})
}