コード例 #1
0
 /**
  * 内容资源列表数据
  */
 public function index()
 {
     $cards = $this->card->orderBy('created_at', 'desc')->paginate(200);
     // $cards = City::with('childrenCities')->get();
     return $cards;
 }