forked from Hay1tsme/artemis
chuni: added missing c2c endpoint for sdgs
This commit is contained in:
parent
b5e7a59b5f
commit
ec7605eeb0
@ -17,3 +17,13 @@ class ChuniSun(ChuniNewPlus):
|
|||||||
# hardcode lastDataVersion for CardMaker 1.35 A032
|
# hardcode lastDataVersion for CardMaker 1.35 A032
|
||||||
user_data["lastDataVersion"] = "2.10.00"
|
user_data["lastDataVersion"] = "2.10.00"
|
||||||
return user_data
|
return user_data
|
||||||
|
|
||||||
|
#SDGS Exclusive
|
||||||
|
async def handle_get_user_cto_c_play_api_request(self, data: Dict) -> Dict:
|
||||||
|
return {
|
||||||
|
"userId": data["userId"],
|
||||||
|
"orderBy": "0",
|
||||||
|
"count": "0",
|
||||||
|
#game request c2c play history while login but seem unused(?)
|
||||||
|
"userCtoCPlayList": [],
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user