feat: 添加注册人数分析,优化bbs聊天回车优化

This commit is contained in:
橙子
2024-08-10 13:03:29 +08:00
parent 1c7486a7bc
commit 24b011ef93
6 changed files with 141 additions and 11 deletions

View File

@@ -51,3 +51,17 @@ export function getUserAnalyse(data) {
data,
});
}
/**
* 获取注册数量用户分析
* @param {*} data
* @returns
*/
export function getRegisterAnalyse(data) {
return request({
url: "/analyse/bbs-user/register",
method: "get",
data,
});
}