/**
  * 显示历史公告
  */
 public function history()
 {
     return response()->json(Represent::getBoardList());
 }