From 935bed8645efeec42228d17b68bd58ba1ffc87d9 Mon Sep 17 00:00:00 2001 From: songliang Date: Tue, 1 Nov 2022 11:49:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=95=86=E5=BA=97=E6=96=B0?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/controller/ShopController.class.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 9295f1dc..7253e844 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -27,6 +27,21 @@ use models\ShopBuyRecord; class ShopController extends BaseAuthedController { + public function getGoodsList() + { + echo 'getGoodsList'; + } + + public function getShopNames() + { + echo 'getShopNames'; + } + + public function buyGoodsNew() + { + echo 'buyGoodsNew'; + } + public function info() { $shopId = getReqVal('shop_id', 0);