mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-15 04:07:29 +08:00
TODO: GetUserScoreRankingApi
This commit is contained in:
@@ -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": []}
|
||||||
Reference in New Issue
Block a user