From 91a1d06b535b9f6536deb17fb79d0e6c00dfa718 Mon Sep 17 00:00:00 2001 From: lq Date: Mon, 5 May 2025 17:00:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=92=E8=89=B2=E7=9B=B8=E5=85=B3=EF=BC=88?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=92=8C=E4=B8=8B=E6=8B=89=E6=A1=86=EF=BC=89?= =?UTF-8?q?=E3=80=81=E7=94=A8=E6=88=B7=E6=9F=A5=E8=AF=A2=E3=80=81=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E9=83=A8=E5=88=86API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/ProjectService.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Service/ProjectService.php b/app/Service/ProjectService.php index 84281f97..bf77d2ba 100644 --- a/app/Service/ProjectService.php +++ b/app/Service/ProjectService.php @@ -64,6 +64,8 @@ class ProjectService extends BaseService { $params['user_id'] = $this->userId; $params['author_id'] = $params['author_id']?? $this->userId; + // TODO 项目 + $screenshots = $params['screenshots']; return $this->insert($params); }