From 238f5debf3da624b75314d291e675a9f74d106c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=96=E5=8F=AB?= <392494244@qq.com> Date: Fri, 1 Dec 2023 19:47:38 +0800 Subject: [PATCH] 1 --- app/api/controller/food/Controller.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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'); } /**