|
|
@@ -1,12916 +0,0 @@
|
|
|
-{
|
|
|
- "jaxrs": [
|
|
|
- {
|
|
|
- "name": "AttachmentAction",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.attachment.AttachmentAction",
|
|
|
- "description": "附件操作",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.attachment.ActionAttachmentDelete",
|
|
|
- "description": "删除指定subject下指定的附件.",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/attachment/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "附件标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "downloadWithSubject",
|
|
|
- "className": "com.x.base.core.project.jaxrs.StandardJaxrsAction",
|
|
|
- "description": "根据ID下载指定附件",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/attachment/download/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "附件标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "downloadWithSubjectStream",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.attachment.ActionDownloadWithIdStream",
|
|
|
- "description": "根据Work下载附件,设定是否使用stream输出",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/attachment/download/{id}/stream/{stream}",
|
|
|
- "contentType": "application/json",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "附件标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stream",
|
|
|
- "type": "Boolean",
|
|
|
- "description": "用.APPLICATION_OCTET_STREAM头输出"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "contentDisposition",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "contentType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "类型"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bytes",
|
|
|
- "type": "byte[]",
|
|
|
- "isCollection": false,
|
|
|
- "description": "字节内容."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "getWithId",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.attachment.ActionAttachmentGet",
|
|
|
- "description": "根据附件Id获取单个附件信息.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/attachment/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "附件ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最后更新时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "storage",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "关联的存储名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题名称:标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件真实名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fileName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "服务器上编码后的文件名,为了方便辨识带扩展名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fileHost",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件存储主机名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filePath",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件存储路径"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorUid",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "extension",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "扩展名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "length",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件大小."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "site",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "附件框分类."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deepPath",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否使用更深的路径."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listWithSubjectId",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.attachment.ActionAttachmentListBySubjectId",
|
|
|
- "description": "根据Subject获取Attachment列表.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/attachment/list/subject/{subjectId}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "subjectId",
|
|
|
- "type": "String",
|
|
|
- "description": "贴子ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最后更新时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "storage",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "关联的存储名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题名称:标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件真实名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fileName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "服务器上编码后的文件名,为了方便辨识带扩展名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fileHost",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件存储主机名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filePath",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件存储路径"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorUid",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "extension",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "扩展名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "length",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件大小."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "site",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "附件框分类."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deepPath",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否使用更深的路径."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "upload",
|
|
|
- "className": "com.x.base.core.project.jaxrs.StandardJaxrsAction",
|
|
|
- "description": "上传附件.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/attachment/upload/subject/{subjectId}",
|
|
|
- "contentType": "multipart/form-data",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "subjectId",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [
|
|
|
- {
|
|
|
- "name": "file",
|
|
|
- "type": "File",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "site",
|
|
|
- "type": "String",
|
|
|
- "description": "位置"
|
|
|
- }
|
|
|
- ],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "uploadCallback",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.attachment.ActionUploadCallback",
|
|
|
- "description": "上传附件(带回调).",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/attachment/upload/subject/{subjectId}/callback/{callback}",
|
|
|
- "contentType": "multipart/form-data",
|
|
|
- "resultContentType": "text/html; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "subjectId",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "callback",
|
|
|
- "type": "String",
|
|
|
- "description": "回调函数名"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [
|
|
|
- {
|
|
|
- "name": "file",
|
|
|
- "type": "File",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "site",
|
|
|
- "type": "String",
|
|
|
- "description": "位置"
|
|
|
- }
|
|
|
- ],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "callbackName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回调函数名"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "BBSConfigSettingAction",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.configsetting.BBSConfigSettingAction",
|
|
|
- "description": "论坛设置操作",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.configsetting.ActionGet",
|
|
|
- "description": "根据ID获取论坛设置对象.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/setting/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "配置信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置编码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configValue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "配置值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "valueType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "值类型: select | identity | number | date | text"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "selectContent",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "可选值,和select配合使用,以‘|’号分隔"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isMultiple",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否可以多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "getByCode",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.configsetting.ActionGetWithCode",
|
|
|
- "description": "根据编码获取论坛设置对象.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/user/setting/code",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置编码",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configValue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "配置值",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "valueType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "值类型: select | identity | number | date | text",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "selectContent",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "可选值,和select配合使用,以‘|’号分隔",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isMultiple",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否可以多值",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置编码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configValue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "配置值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "valueType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "值类型: select | identity | number | date | text"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "selectContent",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "可选值,和select配合使用,以‘|’号分隔"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isMultiple",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否可以多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listAll",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.configsetting.ActionGetAll",
|
|
|
- "description": "获取所有论坛设置信息列表.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/setting/all",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置编码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configValue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "配置值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "valueType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "值类型: select | identity | number | date | text"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "selectContent",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "可选值,和select配合使用,以‘|’号分隔"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isMultiple",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否可以多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "update",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.configsetting.ActionUpdate",
|
|
|
- "description": "更新论坛设置对象, 配置信息不允许新建和删除操作.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/user/setting",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置编码",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configValue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "配置值",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "valueType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "值类型: select | identity | number | date | text",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "selectContent",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "可选值,和select配合使用,以‘|’号分隔",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isMultiple",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否可以多值",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置编码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configValue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "配置值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "valueType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "值类型: select | identity | number | date | text"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "selectContent",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "可选值,和select配合使用,以‘|’号分隔"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isMultiple",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否可以多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "BBSConfigSettingAnonymousAction",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.configsetting.BBSConfigSettingAnonymousAction",
|
|
|
- "description": "论坛配置查询(匿名)",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "getBBSName",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.configsetting.ActionGetBBSName",
|
|
|
- "description": "获取BBS系统名称配置的论坛设置对象.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/setting/bbsName",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置编码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configValue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "配置值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "valueType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "值类型: select | identity | number | date | text"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "selectContent",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "可选值,和select配合使用,以‘|’号分隔"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isMultiple",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否可以多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "CacheAction",
|
|
|
- "className": "com.x.base.core.project.jaxrs.cache.CacheAction",
|
|
|
- "description": "缓存操作",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "configFlush",
|
|
|
- "className": "com.x.base.core.project.jaxrs.cache.ActionConfigFlush",
|
|
|
- "description": "接收config flush 信号.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/cache/config/flush",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "receive",
|
|
|
- "className": "com.x.base.core.project.jaxrs.cache.ActionReceive",
|
|
|
- "description": "接收Cache刷新信息.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/cache",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "nodeName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "节点名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "className",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "类名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "keys",
|
|
|
- "type": "List\u003cObject\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "关键字",
|
|
|
- "isBaseType": false
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "字符串值"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "EchoAction",
|
|
|
- "className": "com.x.base.core.project.jaxrs.echo.EchoAction",
|
|
|
- "description": "响应",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.base.core.project.jaxrs.echo.ActionGet",
|
|
|
- "description": "获取应答.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/echo",
|
|
|
- "contentType": "application/json",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "servletContextName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "上下文根"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "serverTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "服务器时间"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "FireScheduleAction",
|
|
|
- "className": "com.x.base.core.project.jaxrs.fireschedule.FireScheduleAction",
|
|
|
- "description": "触发任务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "execute",
|
|
|
- "className": "com.x.base.core.project.jaxrs.fireschedule.ActionExecute",
|
|
|
- "description": "接受x_program_center发送过来的运行schedule.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/fireschedule/classname/{className}",
|
|
|
- "contentType": "application/json",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "className",
|
|
|
- "type": "String",
|
|
|
- "description": "运行类"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "ForumInfoAction",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.foruminfo.ForumInfoAction",
|
|
|
- "description": "论坛信息管理",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.foruminfo.ActionGet",
|
|
|
- "description": "根据指定ID获取论坛信息.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/forum/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "表单ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "forumManagerName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "字符串形式输出的管理员信息,逗号(,)分隔."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumVisibleResult",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块访问权限列表,用于接收参数."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sections",
|
|
|
- "type": "List\u003cWoSectionInfo\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块列表."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumManagerList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "论坛管理员列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumNotice",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛公告"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumVisible",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛可见:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "visiblePermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可见范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块发贴权限:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "publishPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可发布范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块回复权限:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可回复范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "indexListStyle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页列表样式:经典|简单矩形|图片矩形"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexStyle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛主页面样式:经典|新闻|照片"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块默认的主题分类名称,以|分隔,如讨论|新闻"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typeCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块支持的主题类别名称,以|分隔,默认:信息|问题|投票"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "indexRecommendable",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许推荐到首页:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题需要审核:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复需要审核:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionCreateAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许创建版块:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日主题数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumColor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题顔色"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛状态:启用|停用"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知类别:一共3位,第1位是否通知论坛分区管理员,第2位是否通知版主,第3位是否通知发贴人,0-不通知|1-通知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知类别:一共2位,第1位是否通知论坛分区管理员,第2位是否通知版主,0-不通知|1-通知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewAllWithMyPermission",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.foruminfo.ActionGetAllWithPermission",
|
|
|
- "description": "获取登录者可以访问到的所有ForumInfo的信息列表.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/forum/view/all",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "forumManagerName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "字符串形式输出的管理员信息,逗号(,)分隔."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumVisibleResult",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块访问权限列表,用于接收参数."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sections",
|
|
|
- "type": "List\u003cWoSectionInfo\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块列表."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumManagerList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "论坛管理员列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumNotice",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛公告"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumVisible",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛可见:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "visiblePermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可见范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块发贴权限:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "publishPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可发布范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块回复权限:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可回复范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "indexListStyle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页列表样式:经典|简单矩形|图片矩形"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexStyle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛主页面样式:经典|新闻|照片"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块默认的主题分类名称,以|分隔,如讨论|新闻"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typeCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块支持的主题类别名称,以|分隔,默认:信息|问题|投票"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "indexRecommendable",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许推荐到首页:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题需要审核:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复需要审核:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionCreateAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许创建版块:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日主题数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumColor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题顔色"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛状态:启用|停用"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知类别:一共3位,第1位是否通知论坛分区管理员,第2位是否通知版主,第3位是否通知发贴人,0-不通知|1-通知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知类别:一共2位,第1位是否通知论坛分区管理员,第2位是否通知版主,0-不通知|1-通知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "ForumInfoManagerUserAction",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.foruminfo.ForumInfoManagerUserAction",
|
|
|
- "description": "论坛信息查询(匿名)",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.foruminfo.ActionDelete",
|
|
|
- "description": "根据ID删除指定的论坛信息,如果论坛里有版块或者贴子,则不允许删除.",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/user/forum/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "表单ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listAll",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.foruminfo.ActionGetAll",
|
|
|
- "description": "获取所有论坛信息列表.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/forum/all",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "forumManagerName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "字符串形式输出的管理员信息,逗号(,)分隔."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumVisibleResult",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块访问权限列表,用于接收参数."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sections",
|
|
|
- "type": "List\u003cWoSectionInfo\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块列表."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumManagerList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "论坛管理员列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumNotice",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛公告"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumVisible",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛可见:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "visiblePermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可见范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块发贴权限:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "publishPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可发布范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块回复权限:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可回复范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "indexListStyle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页列表样式:经典|简单矩形|图片矩形"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexStyle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛主页面样式:经典|新闻|照片"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块默认的主题分类名称,以|分隔,如讨论|新闻"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typeCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块支持的主题类别名称,以|分隔,默认:信息|问题|投票"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "indexRecommendable",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许推荐到首页:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题需要审核:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复需要审核:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionCreateAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许创建版块:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日主题数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumColor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题顔色"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛状态:启用|停用"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知类别:一共3位,第1位是否通知论坛分区管理员,第2位是否通知版主,第3位是否通知发贴人,0-不通知|1-通知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知类别:一共2位,第1位是否通知论坛分区管理员,第2位是否通知版主,0-不通知|1-通知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "post",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.foruminfo.ActionSave",
|
|
|
- "description": "创建新的论坛信息或者更新论坛信息.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/user/forum",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "forumManagerName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛管理员.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumVisibleResult",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛可见范围.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumManagerList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "论坛管理员列表",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumNotice",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛公告",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumVisible",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛可见:所有人(默认)|根据权限",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "visiblePermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可见范围",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块发贴权限:所有人(默认)|根据权限",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "publishPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可发布范围",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块回复权限:所有人(默认)|根据权限",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可回复范围",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "indexListStyle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页列表样式:经典|简单矩形|图片矩形",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexStyle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛主页面样式:经典|新闻|照片",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块默认的主题分类名称,以|分隔,如讨论|新闻",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typeCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块支持的主题类别名称,以|分隔,默认:信息|问题|投票",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "indexRecommendable",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许推荐到首页:true|false",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题需要审核:true|false",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复需要审核:true|false",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionCreateAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许创建版块:true|false",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块数量",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题数量",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数量",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日主题数量",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日回复数量",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumColor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题顔色",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛状态:启用|停用",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知:true|false",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知类别:一共3位,第1位是否通知论坛分区管理员,第2位是否通知版主,第3位是否通知发贴人,0-不通知|1-通知",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知:true|false",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知类别:一共2位,第1位是否通知论坛分区管理员,第2位是否通知版主,0-不通知|1-通知",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "ImageBase64Action",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.image.ImageBase64Action",
|
|
|
- "description": "图片编码服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "convert",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.image.ActionImageBase64",
|
|
|
- "description": "将URL指向的图片转换成base64String.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/image/encode/base64",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "url",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "地址",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "size",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "像素大小",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": []
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "LoggerAction",
|
|
|
- "className": "com.x.base.core.project.jaxrs.logger.LoggerAction",
|
|
|
- "description": "日志操作",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "debug",
|
|
|
- "className": "com.x.base.core.project.jaxrs.logger.ActionDebug",
|
|
|
- "description": "设置日志级别为DEBUG.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/logger/debug",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.base.core.project.jaxrs.logger.ActionGet",
|
|
|
- "description": "获取当前日志级别.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/logger",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "字符串值"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "info",
|
|
|
- "className": "com.x.base.core.project.jaxrs.logger.ActionInfo",
|
|
|
- "description": "设置日志级别为INFO",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/logger/info",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "trace",
|
|
|
- "className": "com.x.base.core.project.jaxrs.logger.ActionTrace",
|
|
|
- "description": "设置日志级别为TRACE.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/logger/trace",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "warn",
|
|
|
- "className": "com.x.base.core.project.jaxrs.logger.ActionWarn",
|
|
|
- "description": "设置日志级别为WARN",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/logger/warn",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "LoginAction",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.login.LoginAction",
|
|
|
- "description": "登入信息服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "login",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.login.ActionLogin",
|
|
|
- "description": "用户进入系统,获取并且更新用户权限角色信息.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/login",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "LogoutAction",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.login.LogoutAction",
|
|
|
- "description": "登出服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "login",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.login.ActionLogout",
|
|
|
- "description": "退出系统.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/logout",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "MobileIndexAction",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.login.MobileIndexAction",
|
|
|
- "description": "手机APP论坛首页信息内容查询",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "viewAllWithMyPermission",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.login.ActionMobileIndex",
|
|
|
- "description": "获取登录者可以访问到的所有ForumInfo的信息列表.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/mobile/view/all",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumManagerList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "论坛管理员列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumNotice",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛公告"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumVisible",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛可见:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "visiblePermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可见范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块发贴权限:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "publishPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可发布范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块回复权限:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可回复范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "indexListStyle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页列表样式:经典|简单矩形|图片矩形"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexStyle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛主页面样式:经典|新闻|照片"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块默认的主题分类名称,以|分隔,如讨论|新闻"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typeCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块支持的主题类别名称,以|分隔,默认:信息|问题|投票"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "indexRecommendable",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许推荐到首页:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题需要审核:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复需要审核:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionCreateAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许创建版块:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日主题数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumColor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题顔色"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛状态:启用|停用"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知类别:一共3位,第1位是否通知论坛分区管理员,第2位是否通知版主,第3位是否通知发贴人,0-不通知|1-通知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知类别:一共2位,第1位是否通知论坛分区管理员,第2位是否通知版主,0-不通知|1-通知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "PermissionInfoAction",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.permissioninfo.PermissionInfoAction",
|
|
|
- "description": "权限查询服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "getSectionOperationPermissoin",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.permissioninfo.ActionGetSectionOperationPermissoin",
|
|
|
- "description": "查询用户在指定板块中的所有操作权限.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/permission/section/{sectionId}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "description": "版块ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "subjectPublishAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "对应权限SECTION_SUBJECT_PUBLISH:用户是否可以在版块中发布主题."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectAuditAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "对应权限SECTION_SUBJECT_AUDIT:用户是否可以审核在版块中发布的主题."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectManageAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "对应权限SECTION_SUBJECT_MANAGEMENT:用户是否可以在版块中对已发布主题进行删除等管理操作."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectRecommendAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "对应权限SECTION_SUBJECT_RECOMMEND:用户是否可以在版块中对主题进行推荐操作."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectStickAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "对应权限SECTION_SUBJECT_STICK:用户是否可以在版块中对主题进行置顶操作."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectCreamAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "对应权限SECTION_SUBJECT_CREAM:用户是否可以在版块中对指定主题进行精华主题设置操作."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPublishAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "对应权限SECTION_REPLY_PUBLISH:用户是否可以审核在版块中的所有回复内容."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyAuditAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "对应权限SECTION_REPLY_AUDIT:用户是否可以在版块中对回复进行审核."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyManageAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "对应权限SECTION_REPLY_MANAGEMENT:用户是否可以在版块中对回复进行查询或者删除."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionManageAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "对应权限SECTION_SECTION_MANAGER:用户是否可以在版块中对子版块进行创建和删除等操作."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionPermissoinManageAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "对应权限SECTION_PERMISSION_MANAGEMENT:用户是否可以对论坛用户进行版块的权限管理."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionConfigManageAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "对应权限SECTION_CONFIG_MANAGEMENT:用户是否可以对版块进行系统参数配置修改."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "getSubjectOperationPermissoin",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.permissioninfo.ActionGetSubjectOperationPermissoin",
|
|
|
- "description": "查询用户对指定主题的所有操作权限.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/permission/subject/{subjectId}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "subjectId",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "auditAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用户是否可以审核该主题."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "editAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用户是否可以编辑该主题."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manageAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用户是否可以管理该主题."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用户是否可以推荐该主题."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stickAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用户是否可以置顶该主题."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creamAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用户是否可以对该主题进行精华主题设置操作."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPublishAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用户是否可以在该主题中进行回复操作."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyAuditAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用户是否可以在版块中对回复进行审核."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyManageAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用户是否可以在主题中对回复进行查询或者删除."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPublishable",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.permissioninfo.ActionCheckReplyPublishable",
|
|
|
- "description": "查询用户是否可以对指定主题进行回复.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/permission/replyPublishable/{subjectId}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "subjectId",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectPublishable",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.permissioninfo.ActionCheckSubjectPublishable",
|
|
|
- "description": "查询用户对指定主题的所有操作权限.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/permission/subjectPublishable/{sectionId}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "description": "版块ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "PermissionInfoAdminAction",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.permissioninfo.PermissionInfoAdminAction",
|
|
|
- "description": "权限管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "listPermissionByForumId",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.permissioninfo.ActionListPermissionByRoleCode",
|
|
|
- "description": "获取指定的论坛绑定的所有PermissionInfo的信息列表.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/permission/forum/{forumId}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "description": "论坛ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "permissionType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "权限类别:论坛权限|版块权限|其他权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "permissionFunction",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "权限功能:属于权限代码的一部分,描述权限的主要功能"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "permissionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "权限名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "permissionCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "权限代码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "权限说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listPermissionByRoleCode",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.permissioninfo.ActionListPermissionByRoleCode",
|
|
|
- "description": "获取指定的角色Code绑定的所有PermissionInfo的信息列表.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/permission/role/{roleCode}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "roleCode",
|
|
|
- "type": "String",
|
|
|
- "description": "角色编码"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "permissionType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "权限类别:论坛权限|版块权限|其他权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "permissionFunction",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "权限功能:属于权限代码的一部分,描述权限的主要功能"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "permissionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "权限名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "permissionCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "权限代码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "权限说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listPermissionBySection",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.permissioninfo.ActionListPermissionBySection",
|
|
|
- "description": "获取指定的版块绑定的所有PermissionInfo的信息列表.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/permission/section/{sectionId}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "description": "版块ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "permissionType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "权限类别:论坛权限|版块权限|其他权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "permissionFunction",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "权限功能:属于权限代码的一部分,描述权限的主要功能"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "permissionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "权限名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "permissionCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "权限代码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "权限说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "PictureAction",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.attachment.PictureAction",
|
|
|
- "description": "图片操作",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "pictureEncode",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.attachment.ActionUploadAndEncode",
|
|
|
- "description": "将图片转为base64编码,并且进行尺寸转换.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/picture/encode/base64/size/{size}",
|
|
|
- "contentType": "multipart/form-data",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "size",
|
|
|
- "type": "Integer",
|
|
|
- "description": "尺寸大小"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [
|
|
|
- {
|
|
|
- "name": "file",
|
|
|
- "type": "File",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionIconUpdate",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.attachment.ActionSectionIconUpdate",
|
|
|
- "description": "更新版块图标.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/picture/section/{id}/icon",
|
|
|
- "contentType": "multipart/form-data",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "版块ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [
|
|
|
- {
|
|
|
- "name": "file",
|
|
|
- "type": "File",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "ReplyInfoAction",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.replyinfo.ReplyInfoAction",
|
|
|
- "description": "回复查询服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.replyinfo.ActionGet",
|
|
|
- "description": "根据指定ID获取回贴信息.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/reply/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "回复信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "creatorNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回贴标题:如果没有则与主题相同"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "parentId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "上级回帖ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "picId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "图片信息ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "content",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "内容"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyAuditStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复审核状态:无审核|待审核|审核通过"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "machineName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "设备类别:手机|平板电脑|个人电脑等"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "systemType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hostIp",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "IP地址"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listWithSubjectForPage",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.replyinfo.ActionListWithSubjectForPage",
|
|
|
- "description": "列示根据过滤条件的ReplyInfo, 下一页.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/reply/filter/list/page/{page}/count/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "page",
|
|
|
- "type": "Integer",
|
|
|
- "description": "页码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "subjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题Id",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "creatorNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回贴标题:如果没有则与主题相同"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "parentId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "上级回帖ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "picId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "图片信息ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "content",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "内容"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyAuditStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复审核状态:无审核|待审核|审核通过"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "machineName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "设备类别:手机|平板电脑|个人电脑等"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "systemType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hostIp",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "IP地址"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "ReplyInfoManagerUserAction",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.replyinfo.ReplyInfoManagerUserAction",
|
|
|
- "description": "主量回复服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "accept",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.replyinfo.ActionAcceptReply",
|
|
|
- "description": "采纳回复信息.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/user/reply/accept",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回贴标题:如果没有则与主题相同",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "parentId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "上级回帖ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "picId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "图片信息ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "content",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "内容",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyAuditStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复审核状态:无审核|待审核|审核通过",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "machineName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "设备类别:手机|平板电脑|个人电脑等",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "systemType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hostIp",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "IP地址",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.replyinfo.ActionDelete",
|
|
|
- "description": "根据ID删除指定的回贴信息.",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/user/reply/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "回复信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyReplyForPage",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.replyinfo.ActionListMyReplyForPages",
|
|
|
- "description": "列示我发表的回贴,下一页.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/user/reply/my/list/page/{page}/count/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "page",
|
|
|
- "type": "Integer",
|
|
|
- "description": "前一页最后一条记录ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "subjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题Id",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "creatorNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回贴标题:如果没有则与主题相同"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "parentId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "上级回帖ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "picId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "图片信息ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "content",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "内容"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyAuditStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复审核状态:无审核|待审核|审核通过"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "machineName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "设备类别:手机|平板电脑|个人电脑等"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "systemType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hostIp",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "IP地址"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "save",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.replyinfo.ActionSave",
|
|
|
- "description": "创建新的回贴信息或者更新回贴信息.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/user/reply",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回贴标题:如果没有则与主题相同",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "parentId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "上级回帖ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "picId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "图片信息ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "content",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "内容",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyAuditStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复审核状态:无审核|待审核|审核通过",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "machineName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "设备类别:手机|平板电脑|个人电脑等",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "systemType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hostIp",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "IP地址",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "RoleInfoAction",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.roleinfo.RoleInfoAction",
|
|
|
- "description": "角色管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "bindRoleToUser",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.roleinfo.ActionBindRoleToUser",
|
|
|
- "description": "把一个或者多个角色CODE绑定到一个对象(对象名称#对象类型)上.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/user/role/bind/object",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "unitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "组织名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "userName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "人员名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛Id",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "区段Id",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bindRoleCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "绑定角色",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bindObject",
|
|
|
- "type": "BindObject",
|
|
|
- "isCollection": false,
|
|
|
- "description": "绑定对象",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bindRoleCodes",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "绑定角色列表",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bindObjectArray",
|
|
|
- "type": "List\u003cBindObject\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "绑定对象列表",
|
|
|
- "isBaseType": false
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bindUserToRole",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.roleinfo.ActionBindUserToRole",
|
|
|
- "description": "把一个或者多个对象(对象名称#对象类型)绑定到一个角色CODE上.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/user/role/bind/role",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.roleinfo.ActionDelete",
|
|
|
- "description": "根据ID删除指定的角色信息.",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/user/role/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "角色ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.roleinfo.ActionGet",
|
|
|
- "description": "根据论坛角色ID查询论角色信息.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/role/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "角色ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色代码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色类别:论坛角色|版块角色"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "操作者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listAll",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.roleinfo.ActionGetAll",
|
|
|
- "description": "获取所有角色信息列表.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/role/all",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色代码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色类别:论坛角色|版块角色"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "操作者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listBindObjectByRoleCode",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.roleinfo.ActionLisstBindObjectByRoleCode",
|
|
|
- "description": "根据角色编码查询绑定的对象列表.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/user/role/rolecode/selected",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "对象所属顶层组织名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "unitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "对象所属组织名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "objectName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "对象名称:姓名,组织,群组名等等"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "objectType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "对象类别:人员|组织|群组"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "uniqueId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "对象唯一标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色Id"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色代码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listByForum",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.roleinfo.ActionListByForum",
|
|
|
- "description": "根据论坛ID查询论坛的角色列表.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/user/role/forum/{forumId}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色代码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色类别:论坛角色|版块角色"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "操作者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listBySection",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.roleinfo.ActionListBySection",
|
|
|
- "description": "根据版块ID查询版块的角色列表.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/user/role/section/{sectionId}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色代码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色类别:论坛角色|版块角色"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "操作者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listSelectedRoleByUnit",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.roleinfo.ActionListBySection",
|
|
|
- "description": "根据组织名称查询角色列表.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/user/role/unit/selected",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色代码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色类别:论坛角色|版块角色"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "操作者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listSelectedRoleByUser",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.roleinfo.ActionListSelectedRoleByUser",
|
|
|
- "description": "根据用户姓名查询角色列表.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/user/role/user/selected",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色代码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色类别:论坛角色|版块角色"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "操作者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "post",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.roleinfo.ActionSave",
|
|
|
- "description": "创建新的角色信息或者更新角色信息.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/user/role",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色代码",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色类别:论坛角色|版块角色",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "角色说明",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "操作者姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "SectionInfoAction",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.sectioninfo.SectionInfoAction",
|
|
|
- "description": "版块查询服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.sectioninfo.ActionGet",
|
|
|
- "description": "根据指定ID获取版块信息.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/section/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "版块信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "sectionVisibleResult",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块访问权限列表,用于接收参数."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPublishResult",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块访问权限列表,用于接收参数."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectPublishResult",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块访问权限列表,用于接收参数."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subSections",
|
|
|
- "type": "List\u003cWo\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "子版块列表."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块级别:主版块|子版块"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionDescription",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块简介"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "icon",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "图标icon Base64编码后的文本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionNotice",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块公告"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionVisible",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块可见:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "visiblePermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可见范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块发贴权限:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "publishPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可发表范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块回复权限:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可回复范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "moderatorNames",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版主姓名:可多值,默认为创建者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块类别:图片新闻,普通新闻,公告,经典(默认)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块默认的主题分类名称,以|分隔,如讨论|新闻, 如果未填写, 则以分区配置为主"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typeCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块支持的主题类别名称,以|分隔,信息|问题|投票, 如果未填写,则以分区配置为主"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "indexRecommendable",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许推荐到首页:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题需要审核:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复需要审核:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subSectionCreateAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许创建子版块:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日主题数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块状态:启用|停用"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知类别:一共3位,第1位是否通知论坛分区管理员,第2位是否通知版主,第3位是否通知发贴人,0-不通知|1-通知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知类别:一共2位,第1位是否通知论坛分区管理员,第2位是否通知版主,0-不通知|1-通知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listSubSectionByMainSectionId",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.sectioninfo.ActionListSubSectionByMainSectionId",
|
|
|
- "description": "根据主版块ID查询所有的子版块信息列表.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/section/viewsub/{sectionId}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "description": "主版块信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "sectionVisibleResult",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块访问权限列表,用于接收参数."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPublishResult",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块访问权限列表,用于接收参数."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectPublishResult",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块访问权限列表,用于接收参数."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subSections",
|
|
|
- "type": "List\u003cWo\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "子版块列表."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块级别:主版块|子版块"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionDescription",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块简介"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "icon",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "图标icon Base64编码后的文本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionNotice",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块公告"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionVisible",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块可见:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "visiblePermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可见范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块发贴权限:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "publishPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可发表范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块回复权限:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可回复范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "moderatorNames",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版主姓名:可多值,默认为创建者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块类别:图片新闻,普通新闻,公告,经典(默认)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块默认的主题分类名称,以|分隔,如讨论|新闻, 如果未填写, 则以分区配置为主"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typeCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块支持的主题类别名称,以|分隔,信息|问题|投票, 如果未填写,则以分区配置为主"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "indexRecommendable",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许推荐到首页:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题需要审核:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复需要审核:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subSectionCreateAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许创建子版块:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日主题数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块状态:启用|停用"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知类别:一共3位,第1位是否通知论坛分区管理员,第2位是否通知版主,第3位是否通知发贴人,0-不通知|1-通知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知类别:一共2位,第1位是否通知论坛分区管理员,第2位是否通知版主,0-不通知|1-通知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewWithForum",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.sectioninfo.ActionViewWithForum",
|
|
|
- "description": "根据论坛ID获取所有版块的信息列表.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/section/viewforum/{forumId}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "description": "论坛信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块级别:主版块|子版块"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionDescription",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块简介"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "icon",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "图标icon Base64编码后的文本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionNotice",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块公告"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionVisible",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块可见:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "visiblePermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可见范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块发贴权限:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "publishPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可发表范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块回复权限:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可回复范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "moderatorNames",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版主姓名:可多值,默认为创建者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块类别:图片新闻,普通新闻,公告,经典(默认)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块默认的主题分类名称,以|分隔,如讨论|新闻, 如果未填写, 则以分区配置为主"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typeCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块支持的主题类别名称,以|分隔,信息|问题|投票, 如果未填写,则以分区配置为主"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "indexRecommendable",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许推荐到首页:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题需要审核:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复需要审核:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subSectionCreateAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许创建子版块:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日主题数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块状态:启用|停用"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知类别:一共3位,第1位是否通知论坛分区管理员,第2位是否通知版主,第3位是否通知发贴人,0-不通知|1-通知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知类别:一共2位,第1位是否通知论坛分区管理员,第2位是否通知版主,0-不通知|1-通知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "SectionInfoManagerUserAction",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.sectioninfo.SectionInfoManagerUserAction",
|
|
|
- "description": "版块管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.sectioninfo.ActionDelete",
|
|
|
- "description": "根据ID删除指定的版块信息,如果版块里有贴子,则不允许删除.",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/user/section/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "版块信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deleteForce",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.sectioninfo.ActionDeleteForce",
|
|
|
- "description": "根据ID删除指定的版块信息,如果版块里有贴子,则全部删除.",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/user/section/force/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "版块信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listAllSection",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.sectioninfo.ActionAllSections",
|
|
|
- "description": "获取所有版块的信息列表.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/section/all",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "sectionVisibleResult",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块访问权限列表,用于接收参数."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPublishResult",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块访问权限列表,用于接收参数."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectPublishResult",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块访问权限列表,用于接收参数."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subSections",
|
|
|
- "type": "List\u003cWo\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "子版块列表."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块级别:主版块|子版块"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionDescription",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块简介"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "icon",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "图标icon Base64编码后的文本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionNotice",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块公告"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionVisible",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块可见:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "visiblePermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可见范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块发贴权限:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "publishPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可发表范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块回复权限:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可回复范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "moderatorNames",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版主姓名:可多值,默认为创建者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块类别:图片新闻,普通新闻,公告,经典(默认)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块默认的主题分类名称,以|分隔,如讨论|新闻, 如果未填写, 则以分区配置为主"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typeCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块支持的主题类别名称,以|分隔,信息|问题|投票, 如果未填写,则以分区配置为主"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "indexRecommendable",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许推荐到首页:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题需要审核:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复需要审核:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subSectionCreateAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许创建子版块:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日主题数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块状态:启用|停用"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知类别:一共3位,第1位是否通知论坛分区管理员,第2位是否通知版主,第3位是否通知发贴人,0-不通知|1-通知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知类别:一共2位,第1位是否通知论坛分区管理员,第2位是否通知版主,0-不通知|1-通知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listAllSubSectionByMainSectionId",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.sectioninfo.ActionAllListSubSectionByMainSectionId",
|
|
|
- "description": "根据主版块ID查询所有的子版块信息列表(管理).",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/section/sub/{sectionId}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "description": "主版块信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "sectionVisibleResult",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块访问权限列表,用于接收参数."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPublishResult",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块访问权限列表,用于接收参数."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectPublishResult",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块访问权限列表,用于接收参数."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subSections",
|
|
|
- "type": "List\u003cWo\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "子版块列表."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块级别:主版块|子版块"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionDescription",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块简介"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "icon",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "图标icon Base64编码后的文本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionNotice",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块公告"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionVisible",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块可见:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "visiblePermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可见范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块发贴权限:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "publishPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可发表范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块回复权限:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可回复范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "moderatorNames",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版主姓名:可多值,默认为创建者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块类别:图片新闻,普通新闻,公告,经典(默认)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块默认的主题分类名称,以|分隔,如讨论|新闻, 如果未填写, 则以分区配置为主"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typeCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块支持的主题类别名称,以|分隔,信息|问题|投票, 如果未填写,则以分区配置为主"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "indexRecommendable",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许推荐到首页:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题需要审核:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复需要审核:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subSectionCreateAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许创建子版块:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日主题数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块状态:启用|停用"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知类别:一共3位,第1位是否通知论坛分区管理员,第2位是否通知版主,第3位是否通知发贴人,0-不通知|1-通知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知类别:一共2位,第1位是否通知论坛分区管理员,第2位是否通知版主,0-不通知|1-通知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listWithForum",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.sectioninfo.ActionListWithForum",
|
|
|
- "description": "根据论坛ID获取所有主版块的信息列表(管理).",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/section/forum/{forumId}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "description": "论坛信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "sectionVisibleResult",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块访问权限列表,用于接收参数."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPublishResult",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块访问权限列表,用于接收参数."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectPublishResult",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块访问权限列表,用于接收参数."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subSections",
|
|
|
- "type": "List\u003cWo\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "子版块列表."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块级别:主版块|子版块"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionDescription",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块简介"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "icon",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "图标icon Base64编码后的文本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionNotice",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块公告"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionVisible",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块可见:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "visiblePermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可见范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块发贴权限:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "publishPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可发表范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块回复权限:所有人(默认)|根据权限"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可回复范围"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "moderatorNames",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版主姓名:可多值,默认为创建者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块类别:图片新闻,普通新闻,公告,经典(默认)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块默认的主题分类名称,以|分隔,如讨论|新闻, 如果未填写, 则以分区配置为主"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typeCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块支持的主题类别名称,以|分隔,信息|问题|投票, 如果未填写,则以分区配置为主"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "indexRecommendable",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许推荐到首页:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题需要审核:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复需要审核:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subSectionCreateAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许创建子版块:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日主题数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块状态:启用|停用"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知类别:一共3位,第1位是否通知论坛分区管理员,第2位是否通知版主,第3位是否通知发贴人,0-不通知|1-通知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知:true|false"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知类别:一共2位,第1位是否通知论坛分区管理员,第2位是否通知版主,0-不通知|1-通知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "post",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.sectioninfo.ActionSave",
|
|
|
- "description": "创建新的版块信息或者更新版块信息.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/user/section",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "sectionVisibleResult",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块访问权限列表,用于接收参数.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPublishResult",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块访问权限列表,用于接收参数.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectPublishResult",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块访问权限列表,用于接收参数.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块级别:主版块|子版块",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionDescription",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块简介",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "icon",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "图标icon Base64编码后的文本.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionNotice",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块公告",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionVisible",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块可见:所有人(默认)|根据权限",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "visiblePermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可见范围",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块发贴权限:所有人(默认)|根据权限",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "publishPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可发表范围",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPublishAble",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块回复权限:所有人(默认)|根据权限",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyPermissionList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块可回复范围",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "moderatorNames",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版主姓名:可多值,默认为创建者",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块类别:图片新闻,普通新闻,公告,经典(默认)",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块默认的主题分类名称,以|分隔,如讨论|新闻, 如果未填写, 则以分区配置为主",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typeCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛版块支持的主题类别名称,以|分隔,信息|问题|投票, 如果未填写,则以分区配置为主",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "indexRecommendable",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许推荐到首页:true|false",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题需要审核:true|false",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复需要审核:true|false",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subSectionCreateAble",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "允许创建子版块:true|false",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题数量",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数量",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日主题数量",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotalToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日回复数量",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块状态:启用|停用",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知:true|false",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复消息通知类别:一共3位,第1位是否通知论坛分区管理员,第2位是否通知版主,第3位是否通知发贴人,0-不通知|1-通知",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotify",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知:true|false",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectMessageNotifyType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新主题发布消息通知类别:一共2位,第1位是否通知论坛分区管理员,第2位是否通知版主,0-不通知|1-通知",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "SubjectAttachmentAction",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.SubjectAttachmentAction",
|
|
|
- "description": "主贴附件管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionAttachmentDelete",
|
|
|
- "description": "根据ID删除BBSSubjectAttachment数据对象.",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/subjectattach/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "附件信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最后更新时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "storage",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "关联的存储名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题名称:标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件真实名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fileName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "服务器上编码后的文件名,为了方便辨识带扩展名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fileHost",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件存储主机名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filePath",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件存储路径"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorUid",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "extension",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "扩展名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "length",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件大小."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "site",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "附件框分类."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deepPath",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否使用更深的路径."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionAttachmentGet",
|
|
|
- "description": "根据指定ID获取附件信息.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/subjectattach/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "附件信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最后更新时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "storage",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "关联的存储名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题名称:标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件真实名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fileName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "服务器上编码后的文件名,为了方便辨识带扩展名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fileHost",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件存储主机名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filePath",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件存储路径"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorUid",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "extension",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "扩展名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "length",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件大小."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "site",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "附件框分类."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deepPath",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否使用更深的路径."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "imageToBase64",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionImageToBase64",
|
|
|
- "description": "将图片附件转为base64编码.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/subjectattach/{id}/binary/base64/{size}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "图片文件ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "size",
|
|
|
- "type": "String",
|
|
|
- "description": "最大高宽值"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listBySubjectId",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionAttachmentListBySubjectId",
|
|
|
- "description": "根据主题ID获取BBSSubjectAttachment列表.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/subjectattach/list/subject/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最后更新时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "storage",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "关联的存储名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题名称:标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件真实名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fileName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "服务器上编码后的文件名,为了方便辨识带扩展名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fileHost",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件存储主机名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filePath",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件存储路径"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorUid",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "extension",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "扩展名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "length",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件大小."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "site",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "附件框分类."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deepPath",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否使用更深的路径."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "SubjectInfoAction",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.SubjectInfoAction",
|
|
|
- "description": "主贴查询服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "listCreamedSubjectForPage",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectListCreamedForPages",
|
|
|
- "description": "列示根据过滤条件的精华主题列表.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/subject/creamed/list/page/{page}/count/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "page",
|
|
|
- "type": "Integer",
|
|
|
- "description": "显示页码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "voteOptionGroupList",
|
|
|
- "type": "List\u003cWoBBSVoteOptionGroup\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "投票主题的所有投票选项列表."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyUserShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复用户"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bBSIndexSetterNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前用户是否已经投票过."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "picId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页图片ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题名称:标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题类别:讨论,新闻等等,根据版块设置"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typeCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题的类别,不同的类别有不同的操作:信息|问题|投票"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题摘要"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyUser",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复用户"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查看数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hot",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题热度"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stopReply",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "禁止回贴"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendToBBSIndex",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐到系统首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bBSIndexSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bBSIndexSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendToForumIndex",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐到论坛首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToSection",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToMainSection",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToForum",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToBBS",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "全局置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isTopSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否为置顶主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCreamSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否已解决:为问题贴准备"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptReplyId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "采纳的回复ID:为问题贴准备,问题贴可以采纳一个回复"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isOriginalSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isRecommendSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版主推荐主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectAuditStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题审核状态:无审核|待审核|审核通过"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题状态:启用|关闭|锁定 锁定后是不允许任何人修改和回复的"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteLimitTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票截止时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteResultVisible",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票结果是否可见"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "votePersonVisible",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票人信息是否可见"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "attachmentList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "附件列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "machineName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "设备类别:手机|平板电脑|个人电脑等"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "systemType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hostIp",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "IP地址"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listRecommendedSubjectForBBSIndex",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectListRecommendedForBBSIndex",
|
|
|
- "description": "获取所有推荐到BBS首页的主题列表.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/subject/recommended/index/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "查询的最大条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "voteOptionGroupList",
|
|
|
- "type": "List\u003cWoBBSVoteOptionGroup\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "投票主题的所有投票选项列表."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyUserShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复用户"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bBSIndexSetterNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前用户是否已经投票过."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "picId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页图片ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题名称:标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题类别:讨论,新闻等等,根据版块设置"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typeCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题的类别,不同的类别有不同的操作:信息|问题|投票"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题摘要"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyUser",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复用户"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查看数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hot",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题热度"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stopReply",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "禁止回贴"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendToBBSIndex",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐到系统首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bBSIndexSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bBSIndexSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendToForumIndex",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐到论坛首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToSection",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToMainSection",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToForum",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToBBS",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "全局置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isTopSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否为置顶主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCreamSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否已解决:为问题贴准备"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptReplyId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "采纳的回复ID:为问题贴准备,问题贴可以采纳一个回复"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isOriginalSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isRecommendSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版主推荐主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectAuditStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题审核状态:无审核|待审核|审核通过"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题状态:启用|关闭|锁定 锁定后是不允许任何人修改和回复的"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteLimitTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票截止时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteResultVisible",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票结果是否可见"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "votePersonVisible",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票人信息是否可见"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "attachmentList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "附件列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "machineName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "设备类别:手机|平板电脑|个人电脑等"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "systemType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hostIp",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "IP地址"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listRecommendedSubjectForPage",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectListRecommendedForPages",
|
|
|
- "description": "列示根据过滤条件的推荐主题列表.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/subject/recommended/list/page/{page}/count/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "page",
|
|
|
- "type": "Integer",
|
|
|
- "description": "展示页码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "voteOptionGroupList",
|
|
|
- "type": "List\u003cWoBBSVoteOptionGroup\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "投票主题的所有投票选项列表."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyUserShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复用户"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bBSIndexSetterNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前用户是否已经投票过."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "picId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页图片ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题名称:标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题类别:讨论,新闻等等,根据版块设置"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typeCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题的类别,不同的类别有不同的操作:信息|问题|投票"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题摘要"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyUser",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复用户"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查看数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hot",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题热度"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stopReply",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "禁止回贴"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendToBBSIndex",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐到系统首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bBSIndexSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bBSIndexSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendToForumIndex",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐到论坛首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToSection",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToMainSection",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToForum",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToBBS",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "全局置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isTopSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否为置顶主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCreamSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否已解决:为问题贴准备"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptReplyId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "采纳的回复ID:为问题贴准备,问题贴可以采纳一个回复"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isOriginalSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isRecommendSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版主推荐主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectAuditStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题审核状态:无审核|待审核|审核通过"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题状态:启用|关闭|锁定 锁定后是不允许任何人修改和回复的"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteLimitTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票截止时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteResultVisible",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票结果是否可见"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "votePersonVisible",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票人信息是否可见"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "attachmentList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "附件列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "machineName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "设备类别:手机|平板电脑|个人电脑等"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "systemType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hostIp",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "IP地址"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listSubjectForBBSIndex",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectListForBBSIndex",
|
|
|
- "description": "列示根据过滤条件的SubjectInfo,为首页准备的服务.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/subject/index/list/page/{page}/count/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "page",
|
|
|
- "type": "Integer",
|
|
|
- "description": "显示页码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "subjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "贴子ID.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteOptionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投标选项ID.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "贴子所属论坛ID.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "贴子所属主版块ID.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "贴子所属版块ID.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "searchContent",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "搜索内容.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "needPicture",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否只查询有大图的贴子.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "withTopSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否包含置顶贴.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "picId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页图片ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题名称:标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题类别:讨论,新闻等等,根据版块设置"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typeCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题的类别,不同的类别有不同的操作:信息|问题|投票"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题摘要"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "发贴用户"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyUser",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复用户"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查看数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hot",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题热度"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isTopSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否为置顶主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCreamSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否已解决:为问题贴准备"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isRecommendSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版主推荐主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyUserShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复用户"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前用户是否已经投票过."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listSubjectForPage",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectListForPage",
|
|
|
- "description": "列示根据过滤条件的SubjectInfo,下一页.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/subject/filter/list/page/{page}/count/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "page",
|
|
|
- "type": "Integer",
|
|
|
- "description": "显示页码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "subjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "贴子ID.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteOptionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投标选项ID.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "贴子所属论坛ID.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "贴子所属主版块ID.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "贴子所属版块ID.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "searchContent",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "搜索内容.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "needPicture",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否只查询有大图的贴子.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "withTopSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否包含置顶贴.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "voteOptionGroupList",
|
|
|
- "type": "List\u003cWoBBSVoteOptionGroup\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "投票主题的所有投票选项列表."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyUserShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复用户"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bBSIndexSetterNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前用户是否已经投票过."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "picId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页图片ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题名称:标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题类别:讨论,新闻等等,根据版块设置"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typeCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题的类别,不同的类别有不同的操作:信息|问题|投票"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题摘要"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyUser",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复用户"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查看数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hot",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题热度"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stopReply",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "禁止回贴"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendToBBSIndex",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐到系统首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bBSIndexSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bBSIndexSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendToForumIndex",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐到论坛首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToSection",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToMainSection",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToForum",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToBBS",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "全局置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isTopSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否为置顶主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCreamSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否已解决:为问题贴准备"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptReplyId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "采纳的回复ID:为问题贴准备,问题贴可以采纳一个回复"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isOriginalSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isRecommendSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版主推荐主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectAuditStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题审核状态:无审核|待审核|审核通过"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题状态:启用|关闭|锁定 锁定后是不允许任何人修改和回复的"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteLimitTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票截止时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteResultVisible",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票结果是否可见"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "votePersonVisible",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票人信息是否可见"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "attachmentList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "附件列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "machineName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "设备类别:手机|平板电脑|个人电脑等"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "systemType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hostIp",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "IP地址"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listTopSubject",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectListTop",
|
|
|
- "description": "获取所有可以取到的置顶贴列表.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/subject/top/{sectionId}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "description": "版块信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "latestReplyUserShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复用户"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bBSIndexSetterNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteOptionGroupList",
|
|
|
- "type": "List\u003cWoBBSVoteOptionGroup\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "投票主题的所有投票选项列表."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前用户是否已经投票过."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "picId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页图片ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题名称:标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题类别:讨论,新闻等等,根据版块设置"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typeCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题的类别,不同的类别有不同的操作:信息|问题|投票"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题摘要"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyUser",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复用户"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查看数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hot",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题热度"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stopReply",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "禁止回贴"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendToBBSIndex",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐到系统首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bBSIndexSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bBSIndexSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendToForumIndex",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐到论坛首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToSection",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToMainSection",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToForum",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToBBS",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "全局置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isTopSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否为置顶主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCreamSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否已解决:为问题贴准备"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptReplyId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "采纳的回复ID:为问题贴准备,问题贴可以采纳一个回复"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isOriginalSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isRecommendSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版主推荐主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectAuditStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题审核状态:无审核|待审核|审核通过"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题状态:启用|关闭|锁定 锁定后是不允许任何人修改和回复的"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteLimitTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票截止时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteResultVisible",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票结果是否可见"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "votePersonVisible",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票人信息是否可见"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "attachmentList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "附件列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "machineName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "设备类别:手机|平板电脑|个人电脑等"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "systemType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hostIp",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "IP地址"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "searchSubjectForPage",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectSearchForPage",
|
|
|
- "description": "列示根据过滤条件的SubjectInfo,下一页.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/subject/search/list/page/{page}/count/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "page",
|
|
|
- "type": "Integer",
|
|
|
- "description": "显示页码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "voteOptionGroupList",
|
|
|
- "type": "List\u003cWoBBSVoteOptionGroup\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "投票主题的所有投票选项列表."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前用户是否已经投票过."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "picId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页图片ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题名称:标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题类别:讨论,新闻等等,根据版块设置"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typeCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题的类别,不同的类别有不同的操作:信息|问题|投票"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题摘要"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyUser",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复用户"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查看数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hot",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题热度"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stopReply",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "禁止回贴"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendToBBSIndex",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐到系统首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bBSIndexSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bBSIndexSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendToForumIndex",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐到论坛首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToSection",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToMainSection",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToForum",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToBBS",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "全局置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isTopSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否为置顶主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCreamSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否已解决:为问题贴准备"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptReplyId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "采纳的回复ID:为问题贴准备,问题贴可以采纳一个回复"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isOriginalSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isRecommendSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版主推荐主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectAuditStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题审核状态:无审核|待审核|审核通过"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题状态:启用|关闭|锁定 锁定后是不允许任何人修改和回复的"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteLimitTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票截止时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteResultVisible",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票结果是否可见"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "votePersonVisible",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票人信息是否可见"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "attachmentList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "附件列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "machineName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "设备类别:手机|平板电脑|个人电脑等"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "systemType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hostIp",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "IP地址"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewSubject",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectView",
|
|
|
- "description": "根据指定ID查看主贴具体信息,需要记录查询次数和热度的.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/subject/view/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "SubjectInfoManagerUserAction",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.SubjectInfoManagerUserAction",
|
|
|
- "description": "主贴管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "acceptReply",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectAcceptReply",
|
|
|
- "description": "问题贴采纳回复",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/subject/acceptreply/{id}/{replyId}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyId",
|
|
|
- "type": "String",
|
|
|
- "description": "回帖信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "changeSection",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectChangeSection",
|
|
|
- "description": "将指定ID的主贴转移到其他的版块中.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/user/subject/change/section",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "subjectIds",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "需要变更版块的贴子Id列表",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标版块ID",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "successList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块变更成功的贴子ID列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "failtureList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "版块变更失败的贴子ID列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "total",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "需要变更版块的贴子总数"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "complete",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectCompleted",
|
|
|
- "description": "完成主题: 属性isCompleted \u003d true",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/subject/complete/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectDelete",
|
|
|
- "description": "根据ID删除指定的主题信息.",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/user/subject/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectGet",
|
|
|
- "description": "根据指定ID获取主题具体信息.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/subject/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "voteOptionGroupList",
|
|
|
- "type": "List\u003cWoBBSVoteOptionGroup\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "投票主题的所有投票选项列表."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyUserShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复用户"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bBSIndexSetterNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前用户是否已经投票过."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "picId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页图片ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题名称:标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题类别:讨论,新闻等等,根据版块设置"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typeCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题的类别,不同的类别有不同的操作:信息|问题|投票"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题摘要"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyUser",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复用户"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查看数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hot",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题热度"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stopReply",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "禁止回贴"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendToBBSIndex",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐到系统首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bBSIndexSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bBSIndexSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendToForumIndex",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐到论坛首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToSection",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToMainSection",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToForum",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToBBS",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "全局置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isTopSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否为置顶主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCreamSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否已解决:为问题贴准备"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptReplyId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "采纳的回复ID:为问题贴准备,问题贴可以采纳一个回复"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isOriginalSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isRecommendSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版主推荐主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectAuditStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题审核状态:无审核|待审核|审核通过"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题状态:启用|关闭|锁定 锁定后是不允许任何人修改和回复的"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteLimitTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票截止时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteResultVisible",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票结果是否可见"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "votePersonVisible",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票人信息是否可见"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "attachmentList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "附件列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "machineName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "设备类别:手机|平板电脑|个人电脑等"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "systemType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hostIp",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "IP地址"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMySubjectForPage",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectListMyForPage",
|
|
|
- "description": "列示我发布的主题.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/user/subject/my/list/page/{page}/count/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "page",
|
|
|
- "type": "Integer",
|
|
|
- "description": "显示页码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "voteOptionGroupList",
|
|
|
- "type": "List\u003cWoBBSVoteOptionGroup\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "投票主题的所有投票选项列表."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyUserShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复用户"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bBSIndexSetterNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorNameShort",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前用户是否已经投票过."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "picId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页图片ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题名称:标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题类别:讨论,新闻等等,根据版块设置"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typeCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题的类别,不同的类别有不同的操作:信息|问题|投票"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题摘要"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyUser",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复用户"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查看数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hot",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题热度"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stopReply",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "禁止回贴"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendToBBSIndex",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐到系统首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bBSIndexSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bBSIndexSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendToForumIndex",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐到论坛首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToSection",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToMainSection",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToForum",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToBBS",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "全局置顶"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isTopSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否为置顶主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCreamSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否已解决:为问题贴准备"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptReplyId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "采纳的回复ID:为问题贴准备,问题贴可以采纳一个回复"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isOriginalSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isRecommendSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版主推荐主题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectAuditStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题审核状态:无审核|待审核|审核通过"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题状态:启用|关闭|锁定 锁定后是不允许任何人修改和回复的"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteLimitTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票截止时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteResultVisible",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票结果是否可见"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "votePersonVisible",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票人信息是否可见"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "attachmentList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "附件列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "machineName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "设备类别:手机|平板电脑|个人电脑等"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "systemType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hostIp",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "IP地址"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listVoteRecordForPage",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionVoteRecordListMyForPage",
|
|
|
- "description": "列示投票记录.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/user/subject/voterecord/list/page/{page}/count/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "page",
|
|
|
- "type": "Integer",
|
|
|
- "description": "显示页码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "optionGroupId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "选项组ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "optionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用户投票结果选择项Id"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "optionValue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用户投票结果选择项,对应选择项属性optionValue"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "votorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lock",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectLock",
|
|
|
- "description": "锁定主题: 状态修改为\u0027已锁定\u0027, 属性stopReply \u003d true",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/subject/lock/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "nonCream",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectNonCream",
|
|
|
- "description": "取消精华主题.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/subject/nonCream/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "nonOriginal",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectNonOriginal",
|
|
|
- "description": "取消原创主题.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/subject/nonOriginal/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "nonRecommendToBBSIndex",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectNonRecommendToBBSIndex",
|
|
|
- "description": "取消推荐到BBS首页.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/subject/nonRecommendToBBSIndex/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "nonTopToBBS",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectNonTopToBBS",
|
|
|
- "description": "取消全局置顶.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/subject/nonTopToBBS/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "nonTopToForum",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectNonTopToForum",
|
|
|
- "description": "取消论坛置顶.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/subject/nonTopToForum/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "nonTopToMainSection",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectNonTopToMainSection",
|
|
|
- "description": "取消主版块置顶",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/subject/nonTopToMainSection/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "nonTopToSection",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectNonTopToSection",
|
|
|
- "description": "取消版块置顶",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/subject/nonTopToSection/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "save",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectSave",
|
|
|
- "description": "创建新的主题信息或者更新主题信息.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/user/subject",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "optionGroups",
|
|
|
- "type": "List\u003cWiVoteOptionGroup\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "投票选项组集合",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "picId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页图片ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题名称:标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题类别:讨论,新闻等等,根据版块设置",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typeCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题的类别,不同的类别有不同的操作:信息|问题|投票",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题摘要",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyUser",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复用户",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数量",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查看数量",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hot",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题热度",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stopReply",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "禁止回贴",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendToBBSIndex",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐到系统首页",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendToForumIndex",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐到论坛首页",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛推荐人姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛推荐时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToSection",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块置顶",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToMainSection",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块置顶",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToForum",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛置顶",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToBBS",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "全局置顶",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isTopSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否为置顶主题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCreamSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华主题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否已解决:为问题贴准备",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptReplyId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "采纳的回复ID:为问题贴准备,问题贴可以采纳一个回复",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置人姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isOriginalSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创主题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置人姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isRecommendSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版主推荐主题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐人姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectAuditStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题审核状态:无审核|待审核|审核通过",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题状态:启用|关闭|锁定 锁定后是不允许任何人修改和回复的",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteLimitTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票截止时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteResultVisible",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票结果是否可见",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "votePersonVisible",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票人信息是否可见",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "attachmentList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "附件列表",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "machineName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "设备类别:手机|平板电脑|个人电脑等",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "systemType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hostIp",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "IP地址",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "setCream",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectSetCream",
|
|
|
- "description": "设置为精华主题.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/subject/setCream/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "setOriginal",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectSetOriginal",
|
|
|
- "description": "设置为原创主题.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/subject/setOriginal/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "setRecommendToBBSIndex",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectSetRecommendToBBSIndex",
|
|
|
- "description": "推荐到BBS首页.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/subject/setRecommendToBBSIndex/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToBBS",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectTopToBBS",
|
|
|
- "description": "全局置顶.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/subject/topToBBS/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToForum",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectTopToForum",
|
|
|
- "description": "论坛置顶",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/subject/topToForum/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToMainSection",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectTopToMainSection",
|
|
|
- "description": "主版块置顶",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/subject/topToMainSection/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToSection",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectTopToMainSection",
|
|
|
- "description": "版块置顶",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/subject/topToSection/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "unAcceptReply",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectUnAcceptReply",
|
|
|
- "description": "取消问题贴采纳回复",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/subject/unacceptreply/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "unComplete",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectUnComplete",
|
|
|
- "description": "取消完成主题: 属性isCompleted \u003d false.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/subject/uncomplete/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "unlock",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectUnLock",
|
|
|
- "description": "锁定主题: 状态修改为\u0027启用\u0027, 属性stopReply \u003d false.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/user/subject/unlock/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "主贴信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteSubmit",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.subjectinfo.ActionSubjectSubmitVoteResult",
|
|
|
- "description": "提交投票信息.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/user/subject/vote/submit",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "optionGroups",
|
|
|
- "type": "List\u003cWiVoteOptionGroup\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "投票选项组集合",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mainSectionName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "picId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "首页图片ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题名称:标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题类别:讨论,新闻等等,根据版块设置",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "typeCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题的类别,不同的类别有不同的操作:信息|问题|投票",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题摘要",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyUser",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复用户",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "latestReplyId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最新回复ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数量",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查看数量",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hot",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题热度",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stopReply",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "禁止回贴",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendToBBSIndex",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐到系统首页",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendToForumIndex",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐到论坛首页",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛推荐人姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "forumIndexSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛推荐时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToSection",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版块置顶",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToMainSection",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主版块置顶",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToForum",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "论坛置顶",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topToBBS",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "全局置顶",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isTopSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否为置顶主题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCreamSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华主题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否已解决:为问题贴准备",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptReplyId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "采纳的回复ID:为问题贴准备,问题贴可以采纳一个回复",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置人姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "screamSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华设置时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isOriginalSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创主题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置人姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalSetterTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创设置时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isRecommendSubject",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "版主推荐主题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐人姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recommendTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "推荐时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建人姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectAuditStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题审核状态:无审核|待审核|审核通过",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核人姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题状态:启用|关闭|锁定 锁定后是不允许任何人修改和回复的",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteLimitTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票截止时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "voteResultVisible",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票结果是否可见",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "votePersonVisible",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "投票人信息是否可见",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "attachmentList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "附件列表",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "machineName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "设备类别:手机|平板电脑|个人电脑等",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "systemType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hostIp",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "IP地址",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "SysResourceAction",
|
|
|
- "className": "com.x.base.core.project.jaxrs.sysresource.SysResourceAction",
|
|
|
- "description": "系统资源",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "listResource",
|
|
|
- "className": "com.x.base.core.project.jaxrs.sysresource.ActionListResource",
|
|
|
- "description": "获取静态资源信息.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/sysresource/filePath/{filePath}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "filePath",
|
|
|
- "type": "String",
|
|
|
- "description": "查找路径(根路径:(0))"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "uploadResource",
|
|
|
- "className": "com.x.base.core.project.jaxrs.sysresource.ActionUploadResource",
|
|
|
- "description": "上传静态资源(仅上传到当前服务器)",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/sysresource/upload/resource/as/new/{asNew}",
|
|
|
- "contentType": "multipart/form-data",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "asNew",
|
|
|
- "type": "Boolean",
|
|
|
- "description": "覆盖类型:true删除原文件然后上传,false覆盖原文件"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [
|
|
|
- {
|
|
|
- "name": "file",
|
|
|
- "type": "File",
|
|
|
- "description": "上传文件"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fileName",
|
|
|
- "type": "String",
|
|
|
- "description": "附件名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filePath",
|
|
|
- "type": "String",
|
|
|
- "description": "附件存放目录(可以为空)"
|
|
|
- }
|
|
|
- ],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "UserInfoAction",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.userinfo.UserInfoAction",
|
|
|
- "description": "论坛用户信息查询服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "filterUserInfo",
|
|
|
- "className": "com.x.bbs.assemble.control.jaxrs.userinfo.ActionFilterUserInfo",
|
|
|
- "description": "列示根据过滤条件的论坛用户信息.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/userinfo",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "userName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用户标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "nickName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "昵称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sex",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "性别:0-女 1-男"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "cardId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "身份证号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mobile",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "移动电话"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "credit",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "积分"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectCount",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主题数"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subjectCountToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日发表主题数"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyCount",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回复数"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "replyCountToday",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "今日发表回复数"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creamCount",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "精华贴数"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "originalCount",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原创贴数"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "popularity",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "人气"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fansCount",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "粉丝数"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "signContent",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "签名内容"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "permissionContent",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "权限角色内容"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "online",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "在线状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastVisitTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "上次访问时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastOperationTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最近一次操作时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "userStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用户状态:启用|停用"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
-}
|