1
This commit is contained in:
parent
43772357e6
commit
3e158eb053
@ -24,22 +24,17 @@ class AAActivity(object):
|
||||
]
|
||||
},
|
||||
{
|
||||
'method': 'GET',
|
||||
'name': '/api/market/product/query_price',
|
||||
'desc': '查询在售卖商品价格',
|
||||
'method': 'POST',
|
||||
'name': '/api/v1/roll_dice',
|
||||
'desc': '',
|
||||
'group': '!AAActivity',
|
||||
'url': 'https://activity-test.kingsome.cn/api/market/product/query_price',
|
||||
'headers': _common.MaybeJwtHeader,
|
||||
'url': 'https://activity-test.kingsome.cn/api/v1/roll_dice',
|
||||
'headers': _common.JwtHeader,
|
||||
'is_json_params': True,
|
||||
'params': [
|
||||
['net_id', 0, '链id'],
|
||||
['contract_address', '', '合约地址'],
|
||||
['item_id', '', '道具id'],
|
||||
['quality', '', '道具品质(目前只有Hero生效)'],
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
['lowest_price_goods', _common.MarketGoods(), '最低价格商品(如果没则为null)'],
|
||||
['highest_price_goods', _common.MarketGoods(), '最高价格商品(如果没则为null)'],
|
||||
]
|
||||
},
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user