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, '是否已激活'], ['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'],