修改生活缴费功能

This commit is contained in:
zhouyanli
2026-08-11 11:44:30 +08:00
parent 5f8f5fc73d
commit f793e16263
9 changed files with 950 additions and 437 deletions

View File

@@ -147,12 +147,16 @@ export const getTopUpSelectByResident = (data) => {
// Zy -------------
// 账单明细列表
export const getTopUpDetails = (data) => {
return post(`/api/topUp/billDetails/list`, data)
}
// Zy --------------
// 账单按月汇总
export const getTopUpDetailsByMonth = (data) => {
return post(`/api/topUp/billDetails/listByMonth`, data)
}