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