{
"token": "string",
"permissionOrganizationIds": [
0
],
"organizationId": 0
}
curl --location --request POST 'https://test.jiuyun.pro/api/gov/v1/gov/screenStat' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"permissionOrganizationIds": [
0
],
"organizationId": 0
}'
{
"errCode": 0,
"errMsg": "string",
"data": {
"baseInfoDto": {
"estate": 0,
"manageCommunity": 0,
"manageArea": 0,
"roomCount": 0,
"holdCount": 0,
"parkCount": 0,
"companyCount": 0
},
"peopleDto": {
"saasUserCount": 0,
"malePercent": 0,
"femalePercent": 0,
"securityUserCount": 0,
"cleaningUserCount": 0,
"changeUserCount": 0,
"greenUserCount": 0,
"manageCount": 0,
"otherUserCount": 0
},
"patrolStat": [
{
"count": 0,
"mouth": 0
}
],
"deviceInspectStat": [
{
"count": 0,
"mouth": 0
}
],
"fireStat": [
{
"count": 0,
"mouth": 0
}
],
"cleaningStat": [
{
"count": 0,
"mouth": 0
}
],
"sheetStat": [
{
"count": 0,
"mouth": 0
}
]
}
}