model = new \app\common\model\app\agent\Level; \app\common\model\fill\Handle::check('app_config','agent'); } /** * 获取等级列表 * @return mixed */ public function getLevel(){ $data = $this->model->getLevelList(); return $this->success("获取成功",$data); } }