...
This commit is contained in:
parent
66150f7047
commit
04626d074d
@ -9,7 +9,7 @@ class Shop(object):
|
||||
self.apis = [
|
||||
{
|
||||
'name': 'info',
|
||||
'desc': '获取商店信息',
|
||||
'desc': '获取商店信息[废弃]',
|
||||
'group': 'Shop',
|
||||
'url': 'webapp/index.php?c=Shop&a=info',
|
||||
'params': [
|
||||
@ -23,7 +23,7 @@ class Shop(object):
|
||||
},
|
||||
{
|
||||
'name': 'buyGoods',
|
||||
'desc': '购买商品',
|
||||
'desc': '购买商品[废弃]',
|
||||
'group': 'Shop',
|
||||
'url': 'webapp/index.php?c=Shop&a=buyGoods',
|
||||
'params': [
|
||||
@ -42,7 +42,7 @@ class Shop(object):
|
||||
},
|
||||
{
|
||||
'name': 'getDiscountList',
|
||||
'desc': '获取商品折扣列表',
|
||||
'desc': '获取商品折扣列表[废弃]',
|
||||
'group': 'Shop',
|
||||
'url': 'webapp/index.php?c=Shop&a=getDiscountList',
|
||||
'params': [
|
||||
@ -82,7 +82,7 @@ class Shop(object):
|
||||
},
|
||||
{
|
||||
'name': 'buyGoodsNew',
|
||||
'desc': '购买商品(新)',
|
||||
'desc': '购买商品[废弃]',
|
||||
'group': 'Shop',
|
||||
'url': 'webapp/index.php?c=Shop&a=buyGoodsNew',
|
||||
'params': [
|
||||
|
Loading…
x
Reference in New Issue
Block a user