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