Update PlayerActivityInfo

This commit is contained in:
ishkong 2024-12-09 16:00:41 +08:00 committed by GitHub
parent b7b7b7e8ab
commit 86c7ec1193
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -227,6 +227,10 @@ class PlayerActivityInfo(Struct):
rewardEndTime: int
isReplicate: bool
type_: str = field(name="type")
dropItemIds: List[str]
shopGoodItemIds: List[str]
favorUpList: List[str]
picUrl: str
class PlayerStageInfo(Struct):