1
This commit is contained in:
parent
6ded3407fe
commit
54930f11a5
@ -87,7 +87,7 @@ class Auction(object):
|
||||
'name': 'getProductList',
|
||||
'desc': '获取出售的商品列表',
|
||||
'group': 'Auction',
|
||||
'url': 'webapp/index.php?c=Auction&a=productOffline',
|
||||
'url': 'webapp/index.php?c=Auction&a=getProductList',
|
||||
'params': [
|
||||
['account', '', '钱包账号'],
|
||||
['token', '', 'token'],
|
||||
|
@ -9,10 +9,9 @@ class BcUser(object):
|
||||
{
|
||||
'name': 'info',
|
||||
'desc': '获取用户信息',
|
||||
'group': 'User',
|
||||
'group': 'BcUser',
|
||||
'url': 'webapp/index.php?c=BcUser&a=login',
|
||||
'params': [
|
||||
_common.ReqHead(),
|
||||
['account', '', '钱包账号'],
|
||||
['token', '', 'token'],
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user