From 7cbda90b02e31447122f1d22c9797b423d7bd9fc Mon Sep 17 00:00:00 2001 From: Liuyi <candymxq888@outlook.com> Date: 星期三, 16 十月 2024 17:26:06 +0800 Subject: [PATCH] 添加扫码成功操作页,修改主页面样式,更换主页图标 --- api/index.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/api/index.js b/api/index.js index f460163..8219649 100644 --- a/api/index.js +++ b/api/index.js @@ -62,6 +62,10 @@ export function balanceChangeApi(date){ return request(`/userCapitalChange/getListByUser?date=${date}`,{},'GET') } +//用户充值消费金额统计 +export function balanceStatisticsApi(date){ + return request(`/userCapitalChange/getAmountStatistics?date=${date}`,{},'GET') +} //消费记录 export function paymentChangeApi(date){ return request(`/paymentRecords/getListByUser?date=${date}`,{},'GET') -- Gitblit v1.9.3