添加友情链接返回is_iframe

dev
vine_liutk 2023-05-22 17:34:09 +08:00
parent 3cde3c221c
commit 5234d880a7
1 changed files with 1 additions and 0 deletions

View File

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