forked from Hay1tsme/artemis
TODO: GetUserScoreRankingApi
This commit is contained in:
@ -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": []}
|
Reference in New Issue
Block a user