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