mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-06 15:47:33 +08:00
add GetUserKaleidxScopeApi handler
This commit is contained in:
@@ -45,4 +45,13 @@ class Mai2Prism(Mai2BuddiesPlus):
|
||||
{"gateId": 5, "phaseId": 6},
|
||||
{"gateId": 6, "phaseId": 6}
|
||||
]
|
||||
}
|
||||
|
||||
async def handle_get_user_kaleidx_scope_api_request(self, data: Dict) -> Dict:
|
||||
user_id = data["userId"]
|
||||
|
||||
|
||||
return {
|
||||
"userId": user_id,
|
||||
"userKaleidxScopeList": []
|
||||
}
|
||||
Reference in New Issue
Block a user