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); } /** * 配置 * @return array */ public function config() { $data = [ 'app_download_url'=> ConfigService::make()->getConfigByCode('app_download_url'), ]; return message(1010, true, $data); } }