文档
测试

查询所有社区

POST
http://127.0.0.1:8899/wxApi/communityList

接口描述

查询所有社区信息,无请求参数

请求头

参数名
类型
描述
必填
content-type
application/x-www-form-urlencoded
必填
Cookie
Cookie
必填

示例

{ "code": "200", "msg": "操作成功", "data": [ { "id": 1, "createdBy": null, "createdTime": null, "updatedBy": null, "updatedTime": null, "province": "xxx", "city": "xxx", "town": "xxx", "provinceCode": null, "cityCode": null, "townCode": null, "communityName": "xxxx", "communityAddress": "xxx", "communityType": "1" }, { "id": 2, "createdBy": null, "createdTime": null, "updatedBy": null, "updatedTime": null, "province": "xxxx", "city": "xxxx", "town": "xxxx", "provinceCode": null, "cityCode": null, "townCode": null, "communityName": "xxxx", "communityAddress": "xxxx", "communityType": "1" } ] }