getListByPosition(3,1); $data = [ 'banners'=> AdService::make()->getListByPosition(1), 'menus'=> AdService::make()->getListByPosition(2,2), 'notices'=>[ ['id'=>1,'title'=>'测试公告1'], ['id'=>2,'title'=>'测试公告2'], ], 'ad'=> isset($ads[0])? $ads[0] : [], ]; return message(1010, true, $data); } }