From 221517e3108f8c84366e1c34182823a0ac79f9e4 Mon Sep 17 00:00:00 2001 From: SoulGateKey Date: Wed, 30 Oct 2024 12:37:18 +0800 Subject: [PATCH] TODO: GetUserScoreRankingApi --- titles/mai2/base.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/titles/mai2/base.py b/titles/mai2/base.py index cde1e1e..1c9d91c 100644 --- a/titles/mai2/base.py +++ b/titles/mai2/base.py @@ -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": []} \ No newline at end of file