TODO: GetUserScoreRankingApi

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

View File

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