添加排行榜数据
This commit is contained in:
@@ -236,3 +236,7 @@ export const getBattleListAPI = async (page, battleType) => {
|
||||
});
|
||||
return data;
|
||||
};
|
||||
|
||||
export const getRankListAPI = () => {
|
||||
return request("GET", "/index/ranklist");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user