This commit is contained in:
aozhiwei 2021-12-10 11:39:45 +08:00
parent 3e19a00207
commit 39ea2144c5

View File

@ -37,7 +37,7 @@ class UserInfo(object):
def __init__(self):
self.fields = [
['activate', 0, '是否已激活'],
['activated', 0, '是否已激活'],
['account_id', '', '账号id'],
['name', '', '用户名字'],
['head_id', 0, '头像id'],
@ -57,7 +57,7 @@ class UserDetailInfo(object):
def __init__(self):
self.fields = [
['activate', 0, '是否已激活'],
['activated', 0, '是否已激活'],
['account_id', '', '账号id'],
['name', '', '用户名字'],
['head_id', 0, '头像id'],