Commit e7ed5796 by wusiyi

feat: 客户余额管理页面新增扣费明细弹窗

parent d189add5
......@@ -22,7 +22,13 @@ export function customerBalanceRechargeApi(params) {
export function customerBalanceDelete(params) {
return axios.post('/business/customerBalance/delete?ids=' + params)
}
// 获取操作日志
// export function getLogApi(params) {
// return axios.get('/pay/businessPayRecord/subjectList', params)
// }
// 客户余额管理 查询全部操作日志
export function getLogListApi(params) {
return axios.post(
'/business/customerBalanceOptLogs/list?customerBalanceId=' + params
)
}
// 客户余额管理 分页查询全部扣费明细
export function getChargerRecordsApi(params) {
return axios.post('/charge/customerChargeRecords/list_page', params)
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment