This commit is contained in:
2023-04-07 12:32:55 +08:00
parent 285459e129
commit efc9413ce6
6 changed files with 105 additions and 97 deletions

View File

@@ -129,7 +129,7 @@ export async function getContestProblems(contestID: string) {
export function getContestRank(
contestID: string,
query: { limit: number; offset: number }
query: { limit: number; offset: number; force_refresh: "1" | "0" }
) {
return http.get("contest_rank", {
params: {