✨ feat(gvg): 征战中原排行榜奖励
This commit is contained in:
@@ -11,7 +11,7 @@ export async function getGVGCities(league: GVGLeagueType) {
|
||||
|
||||
/**
|
||||
* TODO 获取当前城池状态
|
||||
* @returns [{cityId: number, guardLeagueName: string, teamCnt: number }]
|
||||
* @returns [{cityId: number, guardLeagueCode: string, guardLeagueName: string, teamCnt: number }]
|
||||
*/
|
||||
export async function getGVGCitiesInfo(league: GVGLeagueType): Promise<{cityId: number, guardLeagueName: string, teamCnt: number }[]> {
|
||||
return [];
|
||||
|
||||
Reference in New Issue
Block a user