活跃度排名

This commit is contained in:
2024-08-14 23:16:12 +08:00
parent b63ba1c628
commit 912150c716
7 changed files with 403 additions and 270 deletions

View File

@@ -115,6 +115,12 @@ export function getRank(
})
}
export function getActivityRank(start: string) {
return http.get("user_activity_rank", {
params: { start },
})
}
export function getContestList(query: {
offset: number
limit: number