1
This commit is contained in:
parent
1a867e053f
commit
e36f46a9e9
@ -152,12 +152,16 @@ class User(object):
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
'method': 'POST',
|
||||||
'name': 'updateAddressBind',
|
'name': 'updateAddressBind',
|
||||||
'desc': '更新钱包绑定信息',
|
'desc': '更新钱包绑定信息',
|
||||||
'group': 'User',
|
'group': 'User',
|
||||||
'url': 'webapp/index.php?c=User&a=updateAddressBind',
|
'url': 'webapp/index.php?c=User&a=updateAddressBind',
|
||||||
'params': [
|
'is_json_params': True,
|
||||||
|
'request_params': [
|
||||||
_common.ReqHead(),
|
_common.ReqHead(),
|
||||||
|
],
|
||||||
|
'params': [
|
||||||
['jwt', '', 'jwt数据'],
|
['jwt', '', 'jwt数据'],
|
||||||
],
|
],
|
||||||
'response': [
|
'response': [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user