update & test shop.py
This commit is contained in:
parent
5330ea1b62
commit
f2a48a910d
13
doc/Shop.py
13
doc/Shop.py
@ -52,4 +52,17 @@ class Shop(object):
|
||||
['!goods_list', [_common.DiscountInfo()], '折扣的商品列表'],
|
||||
]
|
||||
},
|
||||
{
|
||||
'name': 'getStageList',
|
||||
'desc': '获取指定层级的商店id列表',
|
||||
'group': 'Shop',
|
||||
'url': 'webapp/index.php?c=Shop&a=getStageList',
|
||||
'params': [
|
||||
_common.ReqHead(),
|
||||
],
|
||||
'response': [
|
||||
_common.RspHead(),
|
||||
['!shop_id_list', [0], '1:Recommend 2:Hero 3:Weapon 4:Chip 5:Consume']
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user