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, ]; } }