1
This commit is contained in:
parent
e3f682521c
commit
a7467f3ff3
@ -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': '获取商品详情',
|
||||
|
Loading…
x
Reference in New Issue
Block a user