$this->id, 'lv' => $this->lv, 'monitor_modes' => MonitorModeResource::collection($this->whenLoaded('device')->modes), 'status' => $this->status, 'content' => $this->content, 'created_at' => strtotime($this->created_at) ?? 0, //录入时间 ]; } }