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