mai2: BUDDiES support added

This commit is contained in:
Dniel97
2024-03-20 21:42:38 +01:00
parent 3cd3910b0d
commit 3613f4dbd2
10 changed files with 152 additions and 8 deletions

View File

@@ -212,6 +212,9 @@ class Mai2DX(Mai2Base):
),
)
await self.data.item.put_friend_season_ranking(user_id, fsr)
if "user2pPlaylog" in upsert:
await self.data.score.put_playlog_2p(user_id, upsert["user2pPlaylog"])
return {"returnCode": 1, "apiName": "UpsertUserAllApi"}