This commit is contained in:
songliang 2023-07-04 11:03:34 +08:00
parent 66150f7047
commit 04626d074d

View File

@ -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': [