This commit is contained in:
aozhiwei 2022-01-11 14:04:49 +08:00
parent e3f682521c
commit a7467f3ff3

View File

@ -34,6 +34,30 @@ class Market(object):
_common.RspHead(),
]
},
{
'name': 'prebuy',
'desc': '预购',
'group': 'Market',
'url': 'webapp/index.php?c=Market&a=prebuy',
'params': [
['goods_id', '', '商品id'],
],
'response': [
_common.RspHead(),
]
},
{
'name': 'sell',
'desc': '出售',
'group': 'Market',
'url': 'webapp/index.php?c=Market&a=sell',
'params': [
['goods_id', '', '商品id'],
],
'response': [
_common.RspHead(),
]
},
{
'name': 'detail',
'desc': '获取商品详情',