feat:对通首页在线人数分析模块

This commit is contained in:
Xwen
2024-01-04 23:05:20 +08:00
parent e666aff9eb
commit 7115f95e45
3 changed files with 108 additions and 0 deletions

View File

@@ -38,3 +38,16 @@ export function getRankingPoints(data) {
data,
});
}
/**
* 获取用户分析
* @param {*} data
* @returns
*/
export function getUserAnalyse(data) {
return request({
url: "/analyse/bbs-user",
method: "get",
data,
});
}