mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-04 14:47:29 +08:00
handle GetUserMissionDataApi
This commit is contained in:
@@ -47,3 +47,14 @@ class Mai2BuddiesPlus(Mai2Buddies):
|
|||||||
"userId": data["userId"],
|
"userId": data["userId"],
|
||||||
"userShopStockList": []
|
"userShopStockList": []
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async def handle_get_user_mission_data_api_request(self, data: Dict) -> Dict:
|
||||||
|
return {
|
||||||
|
"userId": data["userId"],
|
||||||
|
"userMissionDataList": [],
|
||||||
|
"userWeeklyData": {
|
||||||
|
"lastLoginWeek": "2024-03-21 09:00:00",
|
||||||
|
"beforeLoginWeek": "2099-12-31 00:00:00",
|
||||||
|
"friendBonusFlag": False
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user