1
This commit is contained in:
parent
68305470ec
commit
0ebcd49f49
@ -27,7 +27,7 @@ class User(object):
|
||||
'params': [
|
||||
_common.ReqHead(),
|
||||
['name', 0, '名字'],
|
||||
['name_sign', 0, '名字签名'],
|
||||
['name_sign', '', '名字签名'],
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
@ -41,7 +41,7 @@ class User(object):
|
||||
'params': [
|
||||
_common.ReqHead(),
|
||||
['name', 0, '昵称'],
|
||||
['name_sign', 0, '名字签名'],
|
||||
['name_sign', '', '名字签名'],
|
||||
['sex', 0, '性别'],
|
||||
['head_id', 0, '头像id'],
|
||||
['head_frame', 0, '头像框'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user