添加排行榜数据

This commit is contained in:
kron
2025-06-26 23:41:23 +08:00
parent c730088764
commit 6a3fb2af6d
7 changed files with 176 additions and 42 deletions

View File

@@ -236,3 +236,7 @@ export const getBattleListAPI = async (page, battleType) => {
});
return data;
};
export const getRankListAPI = () => {
return request("GET", "/index/ranklist");
};