1
This commit is contained in:
parent
af4c87b503
commit
11a162fc7f
@ -121,6 +121,7 @@ class UserInfo(object):
|
|||||||
['activated', 0, '是否已激活'],
|
['activated', 0, '是否已激活'],
|
||||||
['rename_count', 0, '改名次数'],
|
['rename_count', 0, '改名次数'],
|
||||||
['account_id', '', '账号id'],
|
['account_id', '', '账号id'],
|
||||||
|
['address', '', '钱包地址(空或者null表示没钱包)'],
|
||||||
['name', '', '用户名字'],
|
['name', '', '用户名字'],
|
||||||
['head_id', 0, '头像id'],
|
['head_id', 0, '头像id'],
|
||||||
['head_frame', 0, '头像框id'],
|
['head_frame', 0, '头像框id'],
|
||||||
@ -1154,4 +1155,4 @@ class BattleReward(object):
|
|||||||
self.fields = [
|
self.fields = [
|
||||||
['hero', BattleCegReward(), '英雄奖励'],
|
['hero', BattleCegReward(), '英雄奖励'],
|
||||||
['!items', [BattleItemReward()], '碎片奖励'],
|
['!items', [BattleItemReward()], '碎片奖励'],
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user