1
This commit is contained in:
parent
a495e54964
commit
e4a885b55f
@ -7,17 +7,17 @@ class Staking(object):
|
||||
def __init__(self):
|
||||
self.apis = [
|
||||
{
|
||||
'name': 'getGoodsList',
|
||||
'name': 'info',
|
||||
'desc': '获取商品列表',
|
||||
'group': 'Staking',
|
||||
'url': 'webapp/index.php?c=Staking&a=getGoodsList',
|
||||
'url': 'webapp/index.php?c=Staking&a=info',
|
||||
'params': [
|
||||
_common.ReqHead(),
|
||||
['shop_id', 0, '商店id'],
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
['!goods_list', [_common.Goods()], '商品列表'],
|
||||
['total_staking_value', '', '质押总ceg价值'],
|
||||
['daily_staking_value', '', '当天总ceg价值'],
|
||||
]
|
||||
},
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user