This commit is contained in:
aozhiwei 2022-03-27 10:08:16 +08:00
parent 6ded3407fe
commit 54930f11a5
2 changed files with 2 additions and 3 deletions

View File

@ -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'],

View File

@ -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'],
],