1
This commit is contained in:
parent
e77f571817
commit
fd6cdc10ca
@ -58,6 +58,22 @@ class AAMarket(object):
|
|||||||
['highest_price_goods', _common.MarketGoods(), '最高价格商品(如果没则为null)'],
|
['highest_price_goods', _common.MarketGoods(), '最高价格商品(如果没则为null)'],
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'method': 'GET',
|
||||||
|
'name': '/api/market/product/goods/:net_id/:contract_address/:token_id',
|
||||||
|
'desc': '获取单个商品信息',
|
||||||
|
'group': '!AAMarket',
|
||||||
|
'url': 'https://market-test.kingsome.cn/api/market/product/goods/:net_id/:contract_address/:token_id',
|
||||||
|
'params': [
|
||||||
|
[':net_id', 0, '链id'],
|
||||||
|
[':contract_address', '', '合约地址'],
|
||||||
|
[':token_id', '', 'token_id'],
|
||||||
|
],
|
||||||
|
'response': [
|
||||||
|
_common.RspHead(),
|
||||||
|
['data', _common.MarketGoods(), '商品信息(如果没则为null)'],
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'method': 'GET',
|
'method': 'GET',
|
||||||
'name': '/api/market/product/category/:net_id',
|
'name': '/api/market/product/category/:net_id',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user