[
{
"id": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"communityId": 0,
"patrolDay": "2019-08-24T14:15:22.123Z",
"recordCount": 0,
"lastPatrolTime": "2019-08-24T14:15:22.123Z"
}
]curl --location 'https://test.jiuyun.pro/api/gov/v1/gov/statGovPatrol' \
--header 'Content-Type: application/json' \
--data '[
{
"id": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"communityId": 0,
"patrolDay": "2019-08-24T14:15:22.123Z",
"recordCount": 0,
"lastPatrolTime": "2019-08-24T14:15:22.123Z"
}
]'{
"errCode": 0,
"errMsg": "string",
"data": true
}