This commit is contained in:
aozhiwei 2023-06-05 19:39:36 +08:00
parent af4c87b503
commit 11a162fc7f

View File

@ -121,6 +121,7 @@ class UserInfo(object):
['activated', 0, '是否已激活'],
['rename_count', 0, '改名次数'],
['account_id', '', '账号id'],
['address', '', '钱包地址(空或者null表示没钱包)'],
['name', '', '用户名字'],
['head_id', 0, '头像id'],
['head_frame', 0, '头像框id'],
@ -1154,4 +1155,4 @@ class BattleReward(object):
self.fields = [
['hero', BattleCegReward(), '英雄奖励'],
['!items', [BattleItemReward()], '碎片奖励'],
]
]