From ac74da7a137888a4e9629c4622519e57b3e65df9 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 29 Nov 2021 13:23:11 +0800 Subject: [PATCH] 1 --- webapp/controller/ShopController.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 734b5be2..c7806a69 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -15,6 +15,11 @@ use models\Hero; class ShopController extends BaseAuthedController { + public function info() + { + $shopId = getReqVal('sho_id', 0); + } + public function buyHero() { $heroId = getReqVal('hero_id', 0);