1
This commit is contained in:
parent
3e19a00207
commit
39ea2144c5
@ -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'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user