[
{
"id": 0,
"createTime": "2019-08-24T14:15:22Z",
"communityId": 0,
"inspectionDay": "2019-08-24T14:15:22Z",
"recordCount": 0,
"lastInspectionTime": "2019-08-24T14:15:22Z"
}
]
curl --location --request POST 'https://test.jiuyun.pro/api/gov/v1/gov/statGovFireControl' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0,
"createTime": "2019-08-24T14:15:22Z",
"communityId": 0,
"inspectionDay": "2019-08-24T14:15:22Z",
"recordCount": 0,
"lastInspectionTime": "2019-08-24T14:15:22Z"
}
]'
{
"errCode": 0,
"errMsg": "string",
"data": true
}