1
0
mirror of synced 2025-02-15 09:52:35 +01:00

TODO: GetUserScoreRankingApi

This commit is contained in:
SoulGateKey 2024-10-30 12:37:18 +08:00
parent 52b397f31f
commit 221517e310

View File

@ -963,3 +963,6 @@ class Mai2Base:
userRecommendSelectionMusicIdList: list[int]
"""
return {"userId": data["userId"], "userRecommendSelectionMusicIdList": []}
async def handle_get_user_score_ranking_api_request(self, data: Dict) ->Dict:
return {"userId": data["userId"], "userScoreRanking": []}