From 080e3e4846dbdaea343c0e60d59fb4e3a95a6de2 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Thu, 2 Feb 2023 16:39:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9B=E9=80=9Bcategory=5Fid=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/community/Community.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/api/community/Community.php b/app/controller/api/community/Community.php index 7a27b035..392d00e5 100644 --- a/app/controller/api/community/Community.php +++ b/app/controller/api/community/Community.php @@ -273,7 +273,7 @@ class Community extends BaseController public function checkParams() { - $data = $this->request->params(['image','topic_id','content','spu_id','order_id',['is_type',1],'video_link']); + $data = $this->request->params(['image','topic_id','content','spu_id','order_id',['is_type',1],'video_link',['category_id',0]]); $config = systemConfig(["community_app_switch",'community_audit','community_video_audit']); $data['status'] = 0; $data['is_show'] = 0;