From 07fb0a16df692632fcf3d02b842ce00c756c369c Mon Sep 17 00:00:00 2001 From: liuxiaoquan Date: Wed, 1 Mar 2023 10:25:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3=E6=88=BF=E5=B1=8B=E8=A3=85?= =?UTF-8?q?=E4=BF=AEapi:category=5Fid=E5=85=B3=E8=81=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/HouseDecoration.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/api/controller/HouseDecoration.php b/app/api/controller/HouseDecoration.php index 68848f6..f1d744a 100644 --- a/app/api/controller/HouseDecoration.php +++ b/app/api/controller/HouseDecoration.php @@ -38,12 +38,12 @@ class HouseDecoration extends BaseController } public function Case(){ - $data = $this->getData(499); + $data = $this->getData(371); $this->apiSuccess('ok', ['list' => $data]); } public function Store(){ - $data = $this->getData(501); + $data = $this->getData(372); $this->apiSuccess('ok', ['list' => $data]); }