getAddonList(); return $this->response($list); } public function addonIsExit() { $addon_model = new AddonModel(); $res = $addon_model->addonIsExist(); return $this->response($this->success($res)); } }