diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 734b5be..c7806a6 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);