文档
测试

社区轮播查询

POST
http://localhost:8080/community/communityRotation/poster/findAll

请求参数

参数名
类型
描述
必填
title
string
标题
可选
isShow
int
状态(0上架1下架)
可选
startTime
string
开始时间
可选
endTime
string
结束时间
可选

响应参数

参数名
类型
描述
必填
countDownDay
倒计时
必填

说明 / 示例

{ "success": true, "responseCode": "100000", "message": "运行正确", "result": { "total": 4, "list": [ { "needPage": true, "pageNum": 1, "pageSize": 10, "id": 36, "rollPicUrl": "标2", "title": "标2", "xcxPath": "标2", "xcxAppi": null, "xcxName": "标2", "appPath": "标2", "isShow": 0, "posterType": 1, "sort": null, "isDeleted": 0, "createTime": "2020-07-19T05:07:42.000+0000", "updateTime": "2020-07-19T05:07:42.000+0000", "communityCode": "00", "content": "标2", "overdueTime": "2020-07-19T05:07:42.000+0000", "route": "标2", "insideXcxPath": null }, { "needPage": true, "pageNum": 1, "pageSize": 10, "id": 27, "rollPicUrl": "图片", "title": "标题11", "xcxPath": "小程序轮播", "xcxAppi": null, "xcxName": null, "appPath": "app轮播", "isShow": 0, "posterType": 1, "sort": null, "isDeleted": 0, "createTime": "2020-07-19T01:33:12.000+0000", "updateTime": "2020-07-19T01:33:12.000+0000", "communityCode": "00", "content": "富文本", "overdueTime": "2020-07-19T01:33:12.000+0000", "route": "跳转路径", "insideXcxPath": null }, { "needPage": true, "pageNum": 1, "pageSize": 10, "id": 26, "rollPicUrl": "图片", "title": "标题11", "xcxPath": "小程序轮播", "xcxAppi": null, "xcxName": null, "appPath": "app轮播", "isShow": 0, "posterType": 1, "sort": null, "isDeleted": 0, "createTime": "2020-07-19T01:26:42.000+0000", "updateTime": "2020-07-19T01:26:42.000+0000", "communityCode": null, "content": "富文本", "overdueTime": "2020-07-19T01:26:42.000+0000", "route": "跳转路径", "insideXcxPath": null }, { "needPage": true, "pageNum": 1, "pageSize": 10, "id": 25, "rollPicUrl": "图片", "title": "标题11", "xcxPath": "小程序轮播", "xcxAppi": null, "xcxName": null, "appPath": "app轮播", "isShow": 0, "posterType": 1, "sort": null, "isDeleted": 0, "createTime": "2020-07-19T00:29:41.000+0000", "updateTime": "2020-07-19T00:29:41.000+0000", "communityCode": null, "content": "富文本", "overdueTime": "2020-07-19T00:29:41.000+0000", "route": "跳转路径", "insideXcxPath": null } ], "pageNum": 1, "pageSize": 10, "size": 4, "startRow": 1, "endRow": 4, "pages": 1, "prePage": 0, "nextPage": 0, "isFirstPage": true, "isLastPage": true, "hasPreviousPage": false, "hasNextPage": false, "navigatePages": 8, "navigatepageNums": [1], "navigateFirstPage": 1, "navigateLastPage": 1 }, "args": null }