From 5234d880a738023db313812e8a7c4365932dd014 Mon Sep 17 00:00:00 2001 From: vine_liutk <961510893@qq.com> Date: Mon, 22 May 2023 17:34:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=8B=E6=83=85=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E8=BF=94=E5=9B=9Eis=5Fiframe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Resources/FriendLinkResource.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Resources/FriendLinkResource.php b/app/Http/Resources/FriendLinkResource.php index 672aae1..35f0d1d 100644 --- a/app/Http/Resources/FriendLinkResource.php +++ b/app/Http/Resources/FriendLinkResource.php @@ -23,6 +23,7 @@ class FriendLinkResource extends JsonResource 'is_recommend' => $this->is_recommend, 'is_show' => $this->is_show, 'created_at' => strtotime($this->created_at) ?? 0, //录入时间 + 'is_iframe' => $this->is_iframe, ]; } }