活跃度排名
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user