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