From 7d358e5c215b5eba9e330cdb835d0bd4655a7a4a 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:44:54 +0800 Subject: [PATCH] 1 --- app/api/controller/food/Controller.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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'); } /**