$this->id, 'article_name' => $this->title, 'article_cover' => $this->cover_res, 'jump_link' => $this->jump_link??'', ]; } public function with($request) { return ['code' => Response::HTTP_OK, 'message' => '']; } }