diff --git a/app/api/controller/food/Controller.php b/app/api/controller/food/Controller.php index 8690b3c..51f21a4 100644 --- a/app/api/controller/food/Controller.php +++ b/app/api/controller/food/Controller.php @@ -37,10 +37,7 @@ class Controller extends BaseController } $this->applet_id = (int)$applet_id; $this->user_id = (int)$this->request->param('user_id'); -// $this->shop_id = (int)$this->request->param('shop_id'); - - $this->shop_id = 10002; - + $this->shop_id = (int)$this->request->param('shop_id'); $this->location = (string)$this->request->param('location'); } /**