文档
测试

获取小区列表Get a list of communities

POST
/getEstateList

接口描述

应用场景Application scenarios 获取公众号小区列表 Get the list of public account communities

请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
token
String
身份标识 Identification
必填
pageSize
Integer
每页数量 Number each page
必填
pageNum
Integer
页码 Page numbe
必填
estateIds
String
小区ids 逗号分割 如1140,1141
必填

响应参数

参数名
类型
描述
必填
data
array
数据列表
必填
address
string
小区地址 Community address address
必填
cityId
int
城市id City Id 示例:270222
必填
compactId
int
合同 contractId
必填
contact
string
小区联系人 Community Contact 示例:19970790799
必填
cooperationType
int
合作模式(1-公司自营 2-商户自营 3-加盟(分成抵扣) 4-加盟(x元每日抵扣)) 示例:2
必填
countyId
int
区县id County id 示例:270223
必填
electricType
int
小区是否收取电费0.不收取 1.收取
必填
id
int
小区id Community id 示例:1149
必填
inTime
int
创建时间 create time 示例:1582357900000
必填
isPay
int
小区结算是否打款(0-结算不打款 2-结算打款)
必填
name
string
小区名称 Community name 示例:测试小区
必填
ownerId
int
公众号 Official Accounts 示例:117
必填
payChannel
int
0:直连; 1:汇付; 2:随行付
必填
payType
int
小区打款方式,默认0 0:自动 1:手动
必填
platAccessJudgment
string
如11111 微信公众号 微信小程序 支付宝生活号 app h5都已允许。字符串中0表示未接入 1表示已接入
必填
provinceId
int
省份id Province Id 示例:262698
必填
settlementChargeRate
float
结算手续费费率 示例:0.01
必填
settlementType
int
结算方式(0-季结 1-月结 2-日结)
必填
status
int
小区状态 1 启用 2 已解除合作 Community status 1 active 2 discontinued cooperation
必填
sysUserIds
array
数据列表
必填
tel
string
联系方式、站点(小区)电话 contact details
必填
success
boolean
请求成功与否标识 Identification for request success or no
必填

说明 / 示例

返回示例 Return the example ``` { "data": [ { "address": "测试", "cityId": 270222, "compactId": 0, "contact": "19970790799", "cooperationType": 2, "countyId": 270223, "electricType": 0, "id": 1149, "inTime": 1582357900000, "isPay": 0, "name": "测试小区", "ownerId": 117, "payChannel": 0, "payType": 0, "platAccessJudgment": "11111", "provinceId": 262698, "settlementChargeRate": 0.01, "settlementType": 0, "status": 1, "sysUserIds": [], "tel": "19970790799" }, { "address": "江西省, 赣州市, 章贡区, 梅州路", "cityId": 270222, "compactId": 0, "contact": "19970790799", "cooperationType": 2, "countyId": 270224, "electricType": 0, "id": 1150, "inTime": 1582357950000, "isPay": 0, "name": "测试小区", "ownerId": 117, "payChannel": 0, "payType": 0, "platAccessJudgment": "11111", "provinceId": 262698, "settlementChargeRate": 0.01, "settlementType": 0, "status": 1, "sysUserIds": [], "tel": "19970790799" } ], "success": true } ```