提交 5ad91ed0 编写于 作者: Z Zhou Rui

删除api.json

上级 54842ea6
2020-03-17 18:31:13
\ No newline at end of file
2020-03-17 18:53:45
\ No newline at end of file
{
"jaxrs": [
{
"name": "AttachmentAction",
"methods": [
{
"name": "delete",
"uri": "jaxrs/attachment/{id}",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "upload",
"uri": "jaxrs/attachment/upload/subject/{subjectId}",
"method": "POST",
"enctype": "formData"
},
{
"name": "getWithId",
"uri": "jaxrs/attachment/{id}",
"method": "GET"
},
{
"name": "uploadCallback",
"uri": "jaxrs/attachment/upload/subject/{subjectId}/callback/{callback}",
"method": "POST",
"enctype": "formData"
},
{
"name": "listWithSubjectId",
"uri": "jaxrs/attachment/list/subject/{subjectId}",
"method": "GET"
},
{
"name": "downloadWithSubject",
"uri": "jaxrs/attachment/download/{id}",
"method": "GET"
},
{
"name": "downloadWithSubjectStream",
"uri": "jaxrs/attachment/download/{id}/stream/{stream}",
"method": "GET"
}
]
},
{
"name": "BBSConfigSettingAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/user/setting/{id}",
"method": "GET"
},
{
"name": "update",
"uri": "jaxrs/user/setting",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "listAll",
"uri": "jaxrs/user/setting/all",
"method": "GET"
},
{
"name": "getByCode",
"uri": "jaxrs/user/setting/code",
"method": "PUT",
"enctype": "application/json"
}
]
},
{
"name": "BBSConfigSettingAnonymousAction",
"methods": [
{
"name": "getBBSName",
"uri": "jaxrs/setting/bbsName",
"method": "GET"
}
]
},
{
"name": "CacheAction",
"methods": [
{
"name": "configFlush",
"uri": "jaxrs/cache/config/flush",
"method": "GET"
},
{
"name": "receive",
"uri": "jaxrs/cache",
"method": "PUT",
"enctype": "application/json"
}
]
},
{
"name": "EchoAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/echo",
"method": "GET"
}
]
},
{
"name": "FireScheduleAction",
"methods": [
{
"name": "execute",
"uri": "jaxrs/fireschedule/classname/{className}",
"method": "GET"
}
]
},
{
"name": "ForumInfoAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/forum/{id}",
"method": "GET"
},
{
"name": "viewAllWithMyPermission",
"uri": "jaxrs/forum/view/all",
"method": "GET"
}
]
},
{
"name": "ForumInfoManagerUserAction",
"methods": [
{
"name": "delete",
"uri": "jaxrs/user/forum/{id}",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "post",
"uri": "jaxrs/user/forum",
"method": "POST",
"enctype": "application/json"
},
{
"name": "listAll",
"uri": "jaxrs/user/forum/all",
"method": "GET"
}
]
},
{
"name": "ImageBase64Action",
"methods": [
{
"name": "convert",
"uri": "jaxrs/image/encode/base64",
"method": "POST",
"enctype": "application/json"
}
]
},
{
"name": "LoggerAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/logger",
"method": "GET"
},
{
"name": "debug",
"uri": "jaxrs/logger/debug",
"method": "GET"
},
{
"name": "trace",
"uri": "jaxrs/logger/trace",
"method": "GET"
},
{
"name": "warn",
"uri": "jaxrs/logger/warn",
"method": "GET"
},
{
"name": "info",
"uri": "jaxrs/logger/info",
"method": "GET"
}
]
},
{
"name": "LoginAction",
"methods": [
{
"name": "login",
"uri": "jaxrs/login",
"method": "POST",
"enctype": "application/json"
}
]
},
{
"name": "LogoutAction",
"methods": [
{
"name": "login",
"uri": "jaxrs/logout",
"method": "POST",
"enctype": "application/json"
}
]
},
{
"name": "MobileIndexAction",
"methods": [
{
"name": "viewAllWithMyPermission",
"uri": "jaxrs/mobile/view/all",
"method": "GET"
}
]
},
{
"name": "PermissionInfoAction",
"methods": [
{
"name": "replyPublishable",
"uri": "jaxrs/permission/replyPublishable/{subjectId}",
"method": "GET"
},
{
"name": "getSectionOperationPermissoin",
"uri": "jaxrs/permission/section/{sectionId}",
"method": "GET"
},
{
"name": "getSubjectOperationPermissoin",
"uri": "jaxrs/permission/subject/{subjectId}",
"method": "GET"
},
{
"name": "subjectPublishable",
"uri": "jaxrs/permission/subjectPublishable/{sectionId}",
"method": "GET"
}
]
},
{
"name": "PermissionInfoAdminAction",
"methods": [
{
"name": "listPermissionByRoleCode",
"uri": "jaxrs/user/permission/role/{roleCode}",
"method": "GET"
},
{
"name": "listPermissionByForumId",
"uri": "jaxrs/user/permission/forum/{forumId}",
"method": "GET"
},
{
"name": "listPermissionBySection",
"uri": "jaxrs/user/permission/section/{sectionId}",
"method": "GET"
}
]
},
{
"name": "PictureAction",
"methods": [
{
"name": "pictureEncode",
"uri": "jaxrs/picture/encode/base64/size/{size}",
"method": "POST",
"enctype": "formData"
},
{
"name": "sectionIconUpdate",
"uri": "jaxrs/picture/section/{id}/icon",
"method": "POST",
"enctype": "formData"
}
]
},
{
"name": "ReplyInfoAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/reply/{id}",
"method": "GET"
},
{
"name": "listWithSubjectForPage",
"uri": "jaxrs/reply/filter/list/page/{page}/count/{count}",
"method": "PUT",
"enctype": "application/json"
}
]
},
{
"name": "ReplyInfoManagerUserAction",
"methods": [
{
"name": "accept",
"uri": "jaxrs/user/reply/accept",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "delete",
"uri": "jaxrs/user/reply/{id}",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "save",
"uri": "jaxrs/user/reply",
"method": "POST",
"enctype": "application/json"
},
{
"name": "listMyReplyForPage",
"uri": "jaxrs/user/reply/my/list/page/{page}/count/{count}",
"method": "PUT",
"enctype": "application/json"
}
]
},
{
"name": "RoleInfoAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/user/role/{id}",
"method": "GET"
},
{
"name": "delete",
"uri": "jaxrs/user/role/{id}",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "post",
"uri": "jaxrs/user/role",
"method": "POST",
"enctype": "application/json"
},
{
"name": "listAll",
"uri": "jaxrs/user/role/all",
"method": "GET"
},
{
"name": "listByForum",
"uri": "jaxrs/user/role/forum/{forumId}",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "bindRoleToUser",
"uri": "jaxrs/user/role/bind/object",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "bindUserToRole",
"uri": "jaxrs/user/role/bind/role",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "listBySection",
"uri": "jaxrs/user/role/section/{sectionId}",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "listSelectedRoleByUser",
"uri": "jaxrs/user/role/user/selected",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "listSelectedRoleByUnit",
"uri": "jaxrs/user/role/unit/selected",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "listBindObjectByRoleCode",
"uri": "jaxrs/user/role/rolecode/selected",
"method": "PUT",
"enctype": "application/json"
}
]
},
{
"name": "SectionInfoAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/section/{id}",
"method": "GET"
},
{
"name": "viewWithForum",
"uri": "jaxrs/section/viewforum/{forumId}",
"method": "GET"
},
{
"name": "listSubSectionByMainSectionId",
"uri": "jaxrs/section/viewsub/{sectionId}",
"method": "GET"
}
]
},
{
"name": "SectionInfoManagerUserAction",
"methods": [
{
"name": "delete",
"uri": "jaxrs/user/section/{id}",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "post",
"uri": "jaxrs/user/section",
"method": "POST",
"enctype": "application/json"
},
{
"name": "listAllSection",
"uri": "jaxrs/user/section/all",
"method": "GET"
},
{
"name": "listWithForum",
"uri": "jaxrs/user/section/forum/{forumId}",
"method": "GET"
},
{
"name": "deleteForce",
"uri": "jaxrs/user/section/force/{id}",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "listAllSubSectionByMainSectionId",
"uri": "jaxrs/user/section/sub/{sectionId}",
"method": "GET"
}
]
},
{
"name": "SubjectAttachmentAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/subjectattach/{id}",
"method": "GET"
},
{
"name": "delete",
"uri": "jaxrs/subjectattach/{id}",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "listBySubjectId",
"uri": "jaxrs/subjectattach/list/subject/{id}",
"method": "GET"
},
{
"name": "imageToBase64",
"uri": "jaxrs/subjectattach/{id}/binary/base64/{size}",
"method": "GET"
}
]
},
{
"name": "SubjectInfoAction",
"methods": [
{
"name": "listTopSubject",
"uri": "jaxrs/subject/top/{sectionId}",
"method": "GET"
},
{
"name": "viewSubject",
"uri": "jaxrs/subject/view/{id}",
"method": "GET"
},
{
"name": "listCreamedSubjectForPage",
"uri": "jaxrs/subject/creamed/list/page/{page}/count/{count}",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "listRecommendedSubjectForPage",
"uri": "jaxrs/subject/recommended/list/page/{page}/count/{count}",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "listSubjectForBBSIndex",
"uri": "jaxrs/subject/index/list/page/{page}/count/{count}",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "listSubjectForPage",
"uri": "jaxrs/subject/filter/list/page/{page}/count/{count}",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "searchSubjectForPage",
"uri": "jaxrs/subject/search/list/page/{page}/count/{count}",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "listRecommendedSubjectForBBSIndex",
"uri": "jaxrs/subject/recommended/index/{count}",
"method": "GET"
}
]
},
{
"name": "SubjectInfoManagerUserAction",
"methods": [
{
"name": "lock",
"uri": "jaxrs/user/subject/lock/{id}",
"method": "GET"
},
{
"name": "get",
"uri": "jaxrs/user/subject/{id}",
"method": "GET"
},
{
"name": "delete",
"uri": "jaxrs/user/subject/{id}",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "save",
"uri": "jaxrs/user/subject",
"method": "POST",
"enctype": "application/json"
},
{
"name": "unlock",
"uri": "jaxrs/user/subject/unlock/{id}",
"method": "GET"
},
{
"name": "complete",
"uri": "jaxrs/user/subject/complete/{id}",
"method": "GET"
},
{
"name": "topToForum",
"uri": "jaxrs/user/subject/topToForum/{id}",
"method": "GET"
},
{
"name": "topToSection",
"uri": "jaxrs/user/subject/topToSection/{id}",
"method": "GET"
},
{
"name": "topToMainSection",
"uri": "jaxrs/user/subject/topToMainSection/{id}",
"method": "GET"
},
{
"name": "topToBBS",
"uri": "jaxrs/user/subject/topToBBS/{id}",
"method": "GET"
},
{
"name": "setRecommendToBBSIndex",
"uri": "jaxrs/user/subject/setRecommendToBBSIndex/{id}",
"method": "GET"
},
{
"name": "nonCream",
"uri": "jaxrs/user/subject/nonCream/{id}",
"method": "GET"
},
{
"name": "setCream",
"uri": "jaxrs/user/subject/setCream/{id}",
"method": "GET"
},
{
"name": "acceptReply",
"uri": "jaxrs/user/subject/acceptreply/{id}/{replyId}",
"method": "GET"
},
{
"name": "nonTopToSection",
"uri": "jaxrs/user/subject/nonTopToSection/{id}",
"method": "GET"
},
{
"name": "nonTopToForum",
"uri": "jaxrs/user/subject/nonTopToForum/{id}",
"method": "GET"
},
{
"name": "nonOriginal",
"uri": "jaxrs/user/subject/nonOriginal/{id}",
"method": "GET"
},
{
"name": "setOriginal",
"uri": "jaxrs/user/subject/setOriginal/{id}",
"method": "GET"
},
{
"name": "unComplete",
"uri": "jaxrs/user/subject/uncomplete/{id}",
"method": "GET"
},
{
"name": "nonTopToBBS",
"uri": "jaxrs/user/subject/nonTopToBBS/{id}",
"method": "GET"
},
{
"name": "changeSection",
"uri": "jaxrs/user/subject/change/section",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "unAcceptReply",
"uri": "jaxrs/user/subject/unacceptreply/{id}",
"method": "GET"
},
{
"name": "voteSubmit",
"uri": "jaxrs/user/subject/vote/submit",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "nonTopToMainSection",
"uri": "jaxrs/user/subject/nonTopToMainSection/{id}",
"method": "GET"
},
{
"name": "nonRecommendToBBSIndex",
"uri": "jaxrs/user/subject/nonRecommendToBBSIndex/{id}",
"method": "GET"
},
{
"name": "listVoteRecordForPage",
"uri": "jaxrs/user/subject/voterecord/list/page/{page}/count/{count}",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "listMySubjectForPage",
"uri": "jaxrs/user/subject/my/list/page/{page}/count/{count}",
"method": "PUT",
"enctype": "application/json"
}
]
},
{
"name": "SysResourceAction",
"methods": [
{
"name": "uploadResource",
"uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}",
"method": "POST",
"enctype": "formData"
},
{
"name": "listResource",
"uri": "jaxrs/sysresource/filePath/{filePath}",
"method": "GET"
}
]
},
{
"name": "UserInfoAction",
"methods": [
{
"name": "filterUserInfo",
"uri": "jaxrs/userinfo",
"method": "PUT",
"enctype": "application/json"
}
]
}
]
}
\ No newline at end of file
{
"jaxrs": [
{
"name": "CacheAction",
"methods": [
{
"name": "configFlush",
"uri": "jaxrs/cache/config/flush",
"method": "GET"
},
{
"name": "receive",
"uri": "jaxrs/cache",
"method": "PUT",
"enctype": "application/json"
}
]
},
{
"name": "CalendarAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/calendar/{id}",
"method": "GET"
},
{
"name": "save",
"uri": "jaxrs/calendar",
"method": "POST",
"enctype": "application/json"
},
{
"name": "listWithFilter",
"uri": "jaxrs/calendar/list/filter",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "followCalendar",
"uri": "jaxrs/calendar/follow/{id}",
"method": "GET"
},
{
"name": "listMyCalendar",
"uri": "jaxrs/calendar/list/my",
"method": "GET"
},
{
"name": "destory",
"uri": "jaxrs/calendar/{id}",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "isManager",
"uri": "jaxrs/calendar/ismanager",
"method": "GET"
},
{
"name": "listPublicCalendar",
"uri": "jaxrs/calendar/list/public",
"method": "GET"
},
{
"name": "followCalendarCancel",
"uri": "jaxrs/calendar/follow/{id}/cancel",
"method": "GET"
},
{
"name": "isCalendarManager",
"uri": "jaxrs/calendar/ismanager/calendar/{accountId}",
"method": "GET"
}
]
},
{
"name": "CalendarSettingAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/setting/{id}",
"method": "GET"
},
{
"name": "save",
"uri": "jaxrs/setting",
"method": "POST",
"enctype": "application/json"
},
{
"name": "getWithCode",
"uri": "jaxrs/setting/code/{code}",
"method": "GET"
},
{
"name": "isManager",
"uri": "jaxrs/setting/ismanager",
"method": "GET"
},
{
"name": "listAllReportSetting",
"uri": "jaxrs/setting/list/all",
"method": "GET"
}
]
},
{
"name": "Calendar_EventAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/event/{id}",
"method": "GET"
},
{
"name": "create",
"uri": "jaxrs/event",
"method": "POST",
"enctype": "application/json"
},
{
"name": "getRFC",
"uri": "jaxrs/event/rfc/{id}",
"method": "GET"
},
{
"name": "listWithFilter",
"uri": "jaxrs/event/list/filter",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "updateAfterEvent",
"uri": "jaxrs/event/update/after/{eventId}",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "updateSingleEvent",
"uri": "jaxrs/event/update/single/{eventId}",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "destoryAfterEvent",
"uri": "jaxrs/event/after/{eventId}",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "destoryAllEventsWithRepeatMaster",
"uri": "jaxrs/event/all/{eventId}",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "destorySingleEvent",
"uri": "jaxrs/event/single/{eventId}",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "updateAllEventsWithRepeatMaster",
"uri": "jaxrs/event/update/all/{eventId}",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "listWithFilterSample",
"uri": "jaxrs/event/list/filter/sample",
"method": "PUT",
"enctype": "application/json"
}
]
},
{
"name": "Calendar_EventMessageAction",
"methods": [
{
"name": "messageReceive",
"uri": "jaxrs/message",
"method": "POST",
"enctype": "application/json"
}
]
},
{
"name": "EchoAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/echo",
"method": "GET"
}
]
},
{
"name": "FireScheduleAction",
"methods": [
{
"name": "execute",
"uri": "jaxrs/fireschedule/classname/{className}",
"method": "GET"
}
]
},
{
"name": "LoggerAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/logger",
"method": "GET"
},
{
"name": "debug",
"uri": "jaxrs/logger/debug",
"method": "GET"
},
{
"name": "trace",
"uri": "jaxrs/logger/trace",
"method": "GET"
},
{
"name": "warn",
"uri": "jaxrs/logger/warn",
"method": "GET"
},
{
"name": "info",
"uri": "jaxrs/logger/info",
"method": "GET"
}
]
},
{
"name": "SysResourceAction",
"methods": [
{
"name": "uploadResource",
"uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}",
"method": "POST",
"enctype": "formData"
},
{
"name": "listResource",
"uri": "jaxrs/sysresource/filePath/{filePath}",
"method": "GET"
}
]
}
]
}
\ No newline at end of file
{
"jaxrs": [
{
"name": "CacheAction",
"methods": [
{
"name": "configFlush",
"uri": "jaxrs/cache/config/flush",
"method": "GET"
},
{
"name": "receive",
"uri": "jaxrs/cache",
"method": "PUT",
"enctype": "application/json"
}
]
},
{
"name": "ComponentAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/component/{flag}",
"method": "GET"
},
{
"name": "delete",
"uri": "jaxrs/component/{flag}",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "create",
"uri": "jaxrs/component",
"method": "POST",
"enctype": "application/json"
},
{
"name": "deleteAll",
"uri": "jaxrs/component/delete/all",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "listAll",
"uri": "jaxrs/component/list/all",
"method": "GET"
},
{
"name": "edit",
"uri": "jaxrs/component/{flag}",
"method": "PUT",
"enctype": "application/json"
}
]
},
{
"name": "EchoAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/echo",
"method": "GET"
}
]
},
{
"name": "FireScheduleAction",
"methods": [
{
"name": "execute",
"uri": "jaxrs/fireschedule/classname/{className}",
"method": "GET"
}
]
},
{
"name": "LoggerAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/logger",
"method": "GET"
},
{
"name": "debug",
"uri": "jaxrs/logger/debug",
"method": "GET"
},
{
"name": "trace",
"uri": "jaxrs/logger/trace",
"method": "GET"
},
{
"name": "warn",
"uri": "jaxrs/logger/warn",
"method": "GET"
},
{
"name": "info",
"uri": "jaxrs/logger/info",
"method": "GET"
}
]
},
{
"name": "SysResourceAction",
"methods": [
{
"name": "uploadResource",
"uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}",
"method": "POST",
"enctype": "formData"
},
{
"name": "listResource",
"uri": "jaxrs/sysresource/filePath/{filePath}",
"method": "GET"
}
]
}
]
}
\ No newline at end of file
{
"jaxrs": [
{
"name": "Attachment2Action",
"methods": [
{
"name": "get",
"uri": "jaxrs/attachment2/{id}",
"method": "GET"
},
{
"name": "update",
"uri": "jaxrs/attachment2/{id}",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "delete",
"uri": "jaxrs/attachment2/{id}",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "upload",
"uri": "jaxrs/attachment2/upload/folder/{folderId}",
"method": "POST",
"enctype": "formData"
},
{
"name": "download",
"uri": "jaxrs/attachment2/{id}/download",
"method": "GET"
},
{
"name": "downloadImageWidthHeight",
"uri": "jaxrs/attachment2/{id}/download/image/width/{width}/height/{height}",
"method": "GET"
},
{
"name": "getImageScaleBase64",
"uri": "jaxrs/attachment2/{id}/image/scale/{scale}/binary/base64",
"method": "GET"
},
{
"name": "postDownloadStream",
"uri": "jaxrs/attachment2/{id}/download/stream",
"method": "POST",
"enctype": "application/json"
},
{
"name": "listFileTypePaging",
"uri": "jaxrs/attachment2/list/type/{page}/size/{size}",
"method": "POST",
"enctype": "application/json"
},
{
"name": "getImageWidthHeightBase64",
"uri": "jaxrs/attachment2/{id}/image/width/{width}/height/{height}/binary/base64",
"method": "GET"
},
{
"name": "listWithFilter",
"uri": "jaxrs/attachment2/list/filter/{name}",
"method": "GET"
},
{
"name": "uploadCallback",
"uri": "jaxrs/attachment2/upload/folder/{folderId}/callback/{callback}",
"method": "POST",
"enctype": "formData"
},
{
"name": "listWithShare",
"uri": "jaxrs/attachment2/list/share/{owner}",
"method": "GET"
},
{
"name": "postDownload",
"uri": "jaxrs/attachment2/{id}/download",
"method": "POST",
"enctype": "application/json"
},
{
"name": "listWithEditor",
"uri": "jaxrs/attachment2/list/editor/{owner}",
"method": "GET"
},
{
"name": "downloadStream",
"uri": "jaxrs/attachment2/{id}/download/stream",
"method": "GET"
},
{
"name": "listWithFolder",
"uri": "jaxrs/attachment2/list/folder/{folderId}",
"method": "GET"
},
{
"name": "officePreview",
"uri": "jaxrs/attachment2/{id}/office/preview/type/{type}",
"method": "GET"
},
{
"name": "listTop",
"uri": "jaxrs/attachment2/list/top",
"method": "GET"
},
{
"name": "getBase64",
"uri": "jaxrs/attachment2/{id}/binary/base64",
"method": "GET"
},
{
"name": "getUseCapacity",
"uri": "jaxrs/attachment2/user/capacity",
"method": "GET"
},
{
"name": "checkFileExist",
"uri": "jaxrs/attachment2/exist/file/{fileMd5}",
"method": "GET"
}
]
},
{
"name": "AttachmentAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/attachment/{id}",
"method": "GET"
},
{
"name": "update",
"uri": "jaxrs/attachment/{id}",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "delete",
"uri": "jaxrs/attachment/{id}",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "upload",
"uri": "jaxrs/attachment/upload/folder/{folderId}",
"method": "POST",
"enctype": "formData"
},
{
"name": "download",
"uri": "jaxrs/attachment/{id}/download",
"method": "GET"
},
{
"name": "updateContent",
"uri": "jaxrs/attachment/{id}/update",
"method": "PUT",
"enctype": "formData"
},
{
"name": "getImageScaleBase64",
"uri": "jaxrs/attachment/{id}/image/scale/{scale}/binary/base64",
"method": "GET"
},
{
"name": "updateContentCallback",
"uri": "jaxrs/attachment/{id}/update/callback/{callback}",
"method": "POST",
"enctype": "formData"
},
{
"name": "postDownloadStream",
"uri": "jaxrs/attachment/{id}/download/stream",
"method": "POST",
"enctype": "application/json"
},
{
"name": "getImageWidthHeightBase64",
"uri": "jaxrs/attachment/{id}/image/width/{width}/height/{height}/binary/base64",
"method": "GET"
},
{
"name": "uploadCallback",
"uri": "jaxrs/attachment/upload/folder/{folderId}/callback/{callback}",
"method": "POST",
"enctype": "formData"
},
{
"name": "listWithShare",
"uri": "jaxrs/attachment/list/share/{owner}",
"method": "GET"
},
{
"name": "postDownload",
"uri": "jaxrs/attachment/{id}/download",
"method": "POST",
"enctype": "application/json"
},
{
"name": "listWithEditor",
"uri": "jaxrs/attachment/list/editor/{owner}",
"method": "GET"
},
{
"name": "downloadStream",
"uri": "jaxrs/attachment/{id}/download/stream",
"method": "GET"
},
{
"name": "listWithFolder",
"uri": "jaxrs/attachment/list/folder/{folderId}",
"method": "GET"
},
{
"name": "listTop",
"uri": "jaxrs/attachment/list/top",
"method": "GET"
},
{
"name": "getBase64",
"uri": "jaxrs/attachment/{id}/binary/base64",
"method": "GET"
}
]
},
{
"name": "CacheAction",
"methods": [
{
"name": "configFlush",
"uri": "jaxrs/cache/config/flush",
"method": "GET"
},
{
"name": "receive",
"uri": "jaxrs/cache",
"method": "PUT",
"enctype": "application/json"
}
]
},
{
"name": "ComplexAction",
"methods": [
{
"name": "getWithFolderSubDirect",
"uri": "jaxrs/complex/folder/{id}",
"method": "GET"
},
{
"name": "getTop",
"uri": "jaxrs/complex/top",
"method": "GET"
}
]
},
{
"name": "EchoAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/echo",
"method": "GET"
}
]
},
{
"name": "EditorAction",
"methods": [
{
"name": "list",
"uri": "jaxrs/editor/list",
"method": "GET"
}
]
},
{
"name": "FileAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/file/{id}",
"method": "GET"
},
{
"name": "delete",
"uri": "jaxrs/file/referencetype/{referenceType}/reference/{reference}",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "copy",
"uri": "jaxrs/file/copy/attachment/{attachmentId}/referencetype/{referenceType}/reference/{reference}/scale/{scale}",
"method": "GET"
},
{
"name": "upload",
"uri": "jaxrs/file/upload/referencetype/{referenceType}/reference/{reference}/scale/{scale}",
"method": "PUT",
"enctype": "formData"
},
{
"name": "download",
"uri": "jaxrs/file/{id}/download",
"method": "GET"
},
{
"name": "postDownloadStream",
"uri": "jaxrs/file/{id}/download/stream",
"method": "POST",
"enctype": "application/json"
},
{
"name": "listNextWithReferenceType",
"uri": "jaxrs/file/list/{id}/next/{count}/referencetype/{referenceType}",
"method": "GET"
},
{
"name": "listPrevWithReferenceType",
"uri": "jaxrs/file/list/{id}/prev/{count}/referencetype/{referenceType}",
"method": "GET"
},
{
"name": "uploadPostOctetStream",
"uri": "jaxrs/file/upload/referencetype/{referenceType}/reference/{reference}/scale/{scale}",
"method": "POST",
"enctype": "application/octet-stream"
},
{
"name": "uploadCallback",
"uri": "jaxrs/file/upload/referencetype/{referenceType}/reference/{reference}/scale/{scale}/callback/{callback}",
"method": "POST",
"enctype": "formData"
},
{
"name": "listWithReferenceTypeWithReference",
"uri": "jaxrs/file/list/referencetype/{referenceType}/reference/{reference}",
"method": "GET"
},
{
"name": "postDownload",
"uri": "jaxrs/file/{id}/download",
"method": "POST",
"enctype": "application/json"
},
{
"name": "downloadStream",
"uri": "jaxrs/file/{id}/download/stream",
"method": "GET"
},
{
"name": "listReference",
"uri": "jaxrs/file/list/referencetype",
"method": "GET"
},
{
"name": "listPrevAll",
"uri": "jaxrs/file/list/{id}/prev/{count}/all",
"method": "GET"
},
{
"name": "listNextAll",
"uri": "jaxrs/file/list/{id}/next/{count}/all",
"method": "GET"
},
{
"name": "listNext",
"uri": "jaxrs/file/list/{id}/next/{count}",
"method": "GET"
},
{
"name": "listPrev",
"uri": "jaxrs/file/list/{id}/prev/{count}",
"method": "GET"
}
]
},
{
"name": "FireScheduleAction",
"methods": [
{
"name": "execute",
"uri": "jaxrs/fireschedule/classname/{className}",
"method": "GET"
}
]
},
{
"name": "Folder2Action",
"methods": [
{
"name": "get",
"uri": "jaxrs/folder2/{id}",
"method": "GET"
},
{
"name": "put",
"uri": "jaxrs/folder2/{id}",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "delete",
"uri": "jaxrs/folder2/{id}",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "create",
"uri": "jaxrs/folder2",
"method": "POST",
"enctype": "application/json"
},
{
"name": "download",
"uri": "jaxrs/folder2/{id}/download",
"method": "GET"
},
{
"name": "listWithFolder",
"uri": "jaxrs/folder2/list/{id}",
"method": "GET"
},
{
"name": "listTop",
"uri": "jaxrs/folder2/list/top",
"method": "GET"
},
{
"name": "batchDownload",
"uri": "jaxrs/folder2/batch/download",
"method": "GET"
}
]
},
{
"name": "FolderAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/folder/{id}",
"method": "GET"
},
{
"name": "put",
"uri": "jaxrs/folder/{id}",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "delete",
"uri": "jaxrs/folder/{id}",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "create",
"uri": "jaxrs/folder",
"method": "POST",
"enctype": "application/json"
},
{
"name": "listWithFolder",
"uri": "jaxrs/folder/list/{id}",
"method": "GET"
},
{
"name": "listTop",
"uri": "jaxrs/folder/list/top",
"method": "GET"
}
]
},
{
"name": "LoggerAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/logger",
"method": "GET"
},
{
"name": "debug",
"uri": "jaxrs/logger/debug",
"method": "GET"
},
{
"name": "trace",
"uri": "jaxrs/logger/trace",
"method": "GET"
},
{
"name": "warn",
"uri": "jaxrs/logger/warn",
"method": "GET"
},
{
"name": "info",
"uri": "jaxrs/logger/info",
"method": "GET"
}
]
},
{
"name": "RecycleAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/recycle/{id}",
"method": "GET"
},
{
"name": "delete",
"uri": "jaxrs/recycle/{id}/delete",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "resume",
"uri": "jaxrs/recycle/{id}/resume",
"method": "POST",
"enctype": "application/json"
},
{
"name": "list",
"uri": "jaxrs/recycle/list",
"method": "GET"
},
{
"name": "empty",
"uri": "jaxrs/recycle/empty",
"method": "DELETE",
"enctype": "application/json"
}
]
},
{
"name": "ShareAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/share/{id}",
"method": "GET"
},
{
"name": "delete",
"uri": "jaxrs/share/{id}",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "create",
"uri": "jaxrs/share",
"method": "POST",
"enctype": "application/json"
},
{
"name": "download",
"uri": "jaxrs/share/download/share/{shareId}/file/{fileId}",
"method": "GET"
},
{
"name": "listAttWithFolder",
"uri": "jaxrs/share/list/att/share/{shareId}/folder/{folderId}/",
"method": "GET"
},
{
"name": "listFolderWithFolder",
"uri": "jaxrs/share/list/folder/share/{shareId}/folder/{folderId}/",
"method": "GET"
},
{
"name": "listShareToMe2",
"uri": "jaxrs/share/list/to/me2/{fileType}",
"method": "GET"
},
{
"name": "shield",
"uri": "jaxrs/share/shield/{id}",
"method": "GET"
},
{
"name": "listShareToMe",
"uri": "jaxrs/share/list/to/me",
"method": "GET"
},
{
"name": "getWithPassword",
"uri": "jaxrs/share/{id}/password/{password}",
"method": "GET"
},
{
"name": "listMyShare",
"uri": "jaxrs/share/list/my",
"method": "GET"
},
{
"name": "saveToFolder",
"uri": "jaxrs/share/share/{shareId}/file/{fileId}/folder/{folderId}",
"method": "POST",
"enctype": "application/json"
},
{
"name": "listShare",
"uri": "jaxrs/share/list",
"method": "GET"
},
{
"name": "listMyShare2",
"uri": "jaxrs/share/list/my2/{shareType}/{fileType}",
"method": "GET"
}
]
},
{
"name": "SysResourceAction",
"methods": [
{
"name": "uploadResource",
"uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}",
"method": "POST",
"enctype": "formData"
},
{
"name": "listResource",
"uri": "jaxrs/sysresource/filePath/{filePath}",
"method": "GET"
}
]
}
]
}
\ No newline at end of file
{
"jaxrs": [
{
"name": "AreaAction",
"methods": [
{
"name": "listDistrict",
"uri": "jaxrs/area/list/province/{province}/city/{city}",
"method": "GET"
},
{
"name": "listProvince",
"uri": "jaxrs/area/list",
"method": "GET"
},
{
"name": "listCity",
"uri": "jaxrs/area/list/province/{province}",
"method": "GET"
},
{
"name": "listStreet",
"uri": "jaxrs/area/list/province/{province}/city/{city}/district/{district}",
"method": "GET"
}
]
},
{
"name": "CacheAction",
"methods": [
{
"name": "configFlush",
"uri": "jaxrs/cache/config/flush",
"method": "GET"
},
{
"name": "receive",
"uri": "jaxrs/cache",
"method": "PUT",
"enctype": "application/json"
}
]
},
{
"name": "EchoAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/echo",
"method": "GET"
}
]
},
{
"name": "EcnetAction",
"methods": [
{
"name": "check",
"uri": "jaxrs/ecnet/check",
"method": "POST",
"enctype": "application/json"
}
]
},
{
"name": "FireScheduleAction",
"methods": [
{
"name": "execute",
"uri": "jaxrs/fireschedule/classname/{className}",
"method": "GET"
}
]
},
{
"name": "LoggerAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/logger",
"method": "GET"
},
{
"name": "debug",
"uri": "jaxrs/logger/debug",
"method": "GET"
},
{
"name": "trace",
"uri": "jaxrs/logger/trace",
"method": "GET"
},
{
"name": "warn",
"uri": "jaxrs/logger/warn",
"method": "GET"
},
{
"name": "info",
"uri": "jaxrs/logger/info",
"method": "GET"
}
]
},
{
"name": "OfficeAction",
"methods": [
{
"name": "input",
"uri": "jaxrs/office",
"method": "POST",
"enctype": "formData"
},
{
"name": "htmlToWord",
"uri": "jaxrs/office/html/to/word",
"method": "POST",
"enctype": "application/json"
},
{
"name": "htmlToWordResult",
"uri": "jaxrs/office/html/to/word/result/{flag}",
"method": "GET"
}
]
},
{
"name": "SysResourceAction",
"methods": [
{
"name": "uploadResource",
"uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}",
"method": "POST",
"enctype": "formData"
},
{
"name": "listResource",
"uri": "jaxrs/sysresource/filePath/{filePath}",
"method": "GET"
}
]
}
]
}
\ No newline at end of file
{
"jaxrs": [
{
"name": "CacheAction",
"methods": [
{
"name": "configFlush",
"uri": "jaxrs/cache/config/flush",
"method": "GET"
},
{
"name": "receive",
"uri": "jaxrs/cache",
"method": "PUT",
"enctype": "application/json"
}
]
},
{
"name": "EchoAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/echo",
"method": "GET"
}
]
},
{
"name": "FireScheduleAction",
"methods": [
{
"name": "execute",
"uri": "jaxrs/fireschedule/classname/{className}",
"method": "GET"
}
]
},
{
"name": "HotPictureInfoAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/user/hotpic/{id}",
"method": "GET"
},
{
"name": "delete",
"uri": "jaxrs/user/hotpic/{id}",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "delete",
"uri": "jaxrs/user/hotpic/{application}/{infoId}",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "save",
"uri": "jaxrs/user/hotpic",
"method": "POST",
"enctype": "application/json"
},
{
"name": "listByApplicationAndInfoId",
"uri": "jaxrs/user/hotpic/{application}/{infoId}",
"method": "GET"
},
{
"name": "existsCheck",
"uri": "jaxrs/user/hotpic/exists/check",
"method": "GET"
},
{
"name": "listForPage",
"uri": "jaxrs/user/hotpic/filter/list/page/{page}/count/{count}",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "changeTitle",
"uri": "jaxrs/user/hotpic/changeTitle",
"method": "POST",
"enctype": "application/json"
}
]
},
{
"name": "HotPictureInfoCipherAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/cipher/hotpic/{id}",
"method": "GET"
},
{
"name": "listForPage",
"uri": "jaxrs/cipher/hotpic/filter/list/page/{page}/count/{count}",
"method": "PUT",
"enctype": "application/json"
}
]
},
{
"name": "LoggerAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/logger",
"method": "GET"
},
{
"name": "debug",
"uri": "jaxrs/logger/debug",
"method": "GET"
},
{
"name": "trace",
"uri": "jaxrs/logger/trace",
"method": "GET"
},
{
"name": "warn",
"uri": "jaxrs/logger/warn",
"method": "GET"
},
{
"name": "info",
"uri": "jaxrs/logger/info",
"method": "GET"
}
]
},
{
"name": "SysResourceAction",
"methods": [
{
"name": "uploadResource",
"uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}",
"method": "POST",
"enctype": "formData"
},
{
"name": "listResource",
"uri": "jaxrs/sysresource/filePath/{filePath}",
"method": "GET"
}
]
}
]
}
\ No newline at end of file
{
"jaxrs": [
{
"name": "CacheAction",
"methods": [
{
"name": "configFlush",
"uri": "jaxrs/cache/config/flush",
"method": "GET"
},
{
"name": "receive",
"uri": "jaxrs/cache",
"method": "PUT",
"enctype": "application/json"
}
]
},
{
"name": "DeviceAction",
"methods": [
{
"name": "bind",
"uri": "jaxrs/device/bind",
"method": "POST",
"enctype": "application/json"
},
{
"name": "listAll",
"uri": "jaxrs/device/all",
"method": "GET"
},
{
"name": "removeBind",
"uri": "jaxrs/device/unbind/{deviceName}/{deviceType}",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "checkBind",
"uri": "jaxrs/device/check/{deviceName}/{deviceType}",
"method": "GET"
}
]
},
{
"name": "EchoAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/echo",
"method": "GET"
}
]
},
{
"name": "FireScheduleAction",
"methods": [
{
"name": "execute",
"uri": "jaxrs/fireschedule/classname/{className}",
"method": "GET"
}
]
},
{
"name": "LoggerAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/logger",
"method": "GET"
},
{
"name": "debug",
"uri": "jaxrs/logger/debug",
"method": "GET"
},
{
"name": "trace",
"uri": "jaxrs/logger/trace",
"method": "GET"
},
{
"name": "warn",
"uri": "jaxrs/logger/warn",
"method": "GET"
},
{
"name": "info",
"uri": "jaxrs/logger/info",
"method": "GET"
}
]
},
{
"name": "MessageAction",
"methods": [
{
"name": "sendMessage",
"uri": "jaxrs/message/send",
"method": "POST",
"enctype": "application/json"
},
{
"name": "sendMessageTest",
"uri": "jaxrs/message/test/send",
"method": "POST",
"enctype": "application/json"
}
]
},
{
"name": "SampleEntityClassNameAction",
"methods": [
{
"name": "get",
"uri": "jaxrs/sample/{id}",
"method": "GET"
},
{
"name": "delete",
"uri": "jaxrs/sample/{id}",
"method": "DELETE",
"enctype": "application/json"
},
{
"name": "save",
"uri": "jaxrs/sample",
"method": "PUT",
"enctype": "application/json"
},
{
"name": "save",
"uri": "jaxrs/sample",
"method": "POST",
"enctype": "application/json"
},
{
"name": "listAll",
"uri": "jaxrs/sample/all",
"method": "GET"
}
]
},
{
"name": "SysResourceAction",
"methods": [
{
"name": "uploadResource",
"uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}",
"method": "POST",
"enctype": "formData"
},
{
"name": "listResource",
"uri": "jaxrs/sysresource/filePath/{filePath}",
"method": "GET"
}
]
}
]
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册