fix: 智聪记账管理,新增睡眠账户统计功能,功能优化。

This commit is contained in:
tianyongbao
2025-02-24 14:28:45 +08:00
parent 4ed3b4eba1
commit af764840fa
9 changed files with 42 additions and 1 deletions

View File

@@ -97,3 +97,12 @@ export function getPosStatics(query) {
params: query
})
}
// 查询记账账户列表
export function listSleepAccounts(query) {
return request({
url: '/invest/analysis/sleepAccountsList',
method: 'get',
params: query
})
}