From 04626d074daf56c273be5ccab1e9c1ddc027954b Mon Sep 17 00:00:00 2001 From: songliang Date: Tue, 4 Jul 2023 11:03:34 +0800 Subject: [PATCH] ... --- doc/Shop.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/Shop.py b/doc/Shop.py index 60c5250f..427dc86d 100644 --- a/doc/Shop.py +++ b/doc/Shop.py @@ -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': [