$this->id, 'lv' => $this->lv, 'content' => $this->content, 'created_at' => strtotime($this->created_at) ?? 0, //录入时间 ]; } }