error('非法访问'); } // 调用附件服务层 $ret = UeditorService::Run(input()); if($ret['code'] == 0) { return json($ret['data']); } return $ret['msg']; } } ?>