fix: 修改

This commit is contained in:
kaizheng(郑凯) 2025-02-16 14:54:51 +08:00
parent 8c4ee30db0
commit 85e9de2ca5
2 changed files with 11 additions and 1 deletions

View File

@ -153,3 +153,13 @@ export function getCircleStatistics(data) {
data
});
}
// 后台查询交易圈当日统计
export function getCurrentDayCircleData(data) {
debugger;
return request({
url: "/admin/group/collect/queryToday",
method: "post",
data
});
}

View File

@ -38,7 +38,7 @@ module.exports = {
/**
* 底部文字支持html语法
*/
footerTxt: "底部文字支持html语法",
footerTxt: "后管系统",
/**
* 备案号
*/