getListByPosition(3,1); $data = [ 'banners'=> AdService::make()->getListByPosition(1), 'menus'=> AdService::make()->getListByPosition(2,2), 'notices'=> NoticeService::make()->getRecommandList(6), 'ad'=> isset($ads[0])? $ads[0] : [], ]; return message(1010, true, $data); } }