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);