TODO: GetUserScoreRankingApi
This commit is contained in:
parent
52b397f31f
commit
221517e310
@ -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": []}
|
Loading…
x
Reference in New Issue
Block a user