cityService = new CityService(); } public function index() { $array = $this->cityService->list(); return $this->_success($array); } }