文档
测试

社区列表信息查询接口

POST
http://192.168.100.33:8081/communityInfo/getCommunityInfoList

请求参数

参数名
类型
描述
必填
pageNo
int
页数
必填
pageSize
int
数据条数
必填

响应参数

参数名
类型
描述
必填
code
200
200成功,其余失败
必填
message
String
操作描述
必填
result
json
返回结果
必填
total
int
总条数
必填
resultList
json
详情数据
必填
id
int
主键id
必填
communityName
String
社区名称
必填
communityArea
String
社区面积
必填
communityVolunteerNumber
int
社区自愿者人数
必填
communityActivities
int
活动数量
必填
communityAddress
String
社区地址
必填
communityLatitudeAndLongitude
String
社区经纬度
必填
communityPeopleNumber
int
社区人数
必填
communityPartyOrganization
int
社区党组织数
必填
communityActivitiesPoints
String
文明实践点数
必填
communityIntroduction
String
社区简介
必填
createTime
Date
yyyy-MM-dd HH:mm:ss
必填
imageList
List
json数组
必填
filePath
String
图片存储路径
必填
title
String
图片标题
必填
videoList
List
json数组
必填
filePath
String
视频存储路径
必填
title
String
视频标题
必填

说明 / 示例

请求参数: { "pageNo" : 1, "pageSize" : 10 } 返回参数: { "code": 200, "result": { "total": 14, "resultList": [ { "id": 14, "communityAddress": "ds", "communityName": "石堰村", "communityArea": "sd", "communityLatitudeAndLongitude": "106.359184,29.582619", "communityPeopleNumber": 0, "communityPartyOrganization": 0, "communityVolunteerNumber": 579, "communityActivities": 2, "communityActivitiesPoints": "sd", "communityIntroduction": "sd", "imageList": [ { "filePath": "http://113.204.181.78:28089/digitalfile/image/1617788206977.png", "title": "fourimg1.png" } ], "videoList": [ { "filePath": "http://113.204.181.78:28089/digitalfile/video/1617788217925.mp4", "title": "fourmovie1-.mp4" } ], "createTime": "2021-04-07 17:37:03" }, { "id": 16, "communityAddress": null, "communityName": "西站村", "communityArea": null, "communityLatitudeAndLongitude": null, "communityPeopleNumber": 0, "communityPartyOrganization": 0, "communityVolunteerNumber": 228, "communityActivities": 4, "communityActivitiesPoints": null, "communityIntroduction": null, "imageList": [], "videoList": [], "createTime": "2021-03-29 14:41:44" }, { "id": 32, "communityAddress": null, "communityName": "西铁村社区", "communityArea": null, "communityLatitudeAndLongitude": null, "communityPeopleNumber": 0, "communityPartyOrganization": 0, "communityVolunteerNumber": 512, "communityActivities": 4, "communityActivitiesPoints": null, "communityIntroduction": null, "imageList": [], "videoList": [], "createTime": "2021-03-29 14:46:02" } ] }, "message": "查询成功" }