$this->id, 'name' => $this->name, 'type' => $this->type, 'content' => $this->content, 'sort' => $this->sort, 'is_recommend' => $this->is_recommend, 'is_show' => $this->is_show, 'created_at' => strtotime($this->created_at) ?? 0, //录入时间 'is_iframe' => $this->is_iframe, ]; } }