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

This commit is contained in:
tianyongbao
2025-02-24 13:43:15 +08:00
parent e4eb03a1f2
commit 2a1b8daf51
8 changed files with 566 additions and 3 deletions

View File

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