{
"token": "string",
"permissionOrganizationIds": [
0
],
"pageNo": 0,
"pageSize": 0,
"pageNoBegin": 0,
"pageNoEnd": 0,
"organizationId": 0,
"provinceId": 0,
"cityId": 0,
"districtId": 0,
"streetId": 0,
"streetName": "string",
"communityName": "string",
"isDelete": 0,
"state": [
0
],
"queryOrganizationId": 0,
"queryStreetId": 0,
"governmentId": 0,
"projectType": 0,
"displayInOwnerApp": 0
}curl --location --request POST 'https://test.jiuyun.pro/api/uc/v1/platform/platformCommunityPage' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"permissionOrganizationIds": [
0
],
"pageNo": 0,
"pageSize": 0,
"pageNoBegin": 0,
"pageNoEnd": 0,
"organizationId": 0,
"provinceId": 0,
"cityId": 0,
"districtId": 0,
"streetId": 0,
"streetName": "string",
"communityName": "string",
"isDelete": 0,
"state": [
0
],
"queryOrganizationId": 0,
"queryStreetId": 0,
"governmentId": 0,
"projectType": 0,
"displayInOwnerApp": 0
}'{
"errCode": 0,
"errMsg": "string",
"data": [
{
"id": 0,
"communityName": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"settleInTime": "2019-08-24T14:15:22.123Z",
"organizationId": 0,
"organizationName": "string",
"provinceId": 0,
"provinceName": "string",
"cityId": 0,
"cityName": "string",
"districtId": 0,
"districtName": "string",
"streetId": 0,
"streetName": "string",
"communities": "string",
"communityLogo": "string",
"isDelete": 0,
"staffId": 0,
"staffName": "string",
"staffPhone": "string",
"state": 0,
"companySettleIn": true,
"companyName": "string",
"streetCompanyName": "string",
"thumbsUpTimes": 0,
"governmentId": 0,
"governmentName": "string",
"projectType": 0,
"area": 0,
"settleInFinishTime": "2019-08-24T14:15:22.123Z",
"applyPhone": "string",
"identity": 0,
"streetSettleIn": true
}
]
}