feat: 消费大屏功能新增。

This commit is contained in:
tianyongbao
2026-06-18 13:54:15 +08:00
parent 802d994cfe
commit 0b0dd5c8e8
3 changed files with 1497 additions and 2 deletions

View File

@@ -121,3 +121,30 @@ export function getBankCardStatistics() {
method: 'get'
})
}
// 查询交易地点消费地图概览
export function getAccountDealLocationOverview(query) {
return request({
url: '/invest/analysis/accountDealLocationOverview',
method: 'get',
params: query
})
}
// 查询交易地点消费地图聚合点位
export function getAccountDealLocationPoints(query) {
return request({
url: '/invest/analysis/accountDealLocationPoints',
method: 'get',
params: query
})
}
// 查询交易地点消费明细
export function getAccountDealLocationRecords(query) {
return request({
url: '/invest/analysis/accountDealLocationRecords',
method: 'get',
params: query
})
}

File diff suppressed because it is too large Load Diff