{
"beforeTime": "string",
"canReexamine": "string",
"communityId": "string",
"createUserId": "string",
"createUserName": "string",
"endDate": "2019-08-24T14:15:22Z",
"endTime": "string",
"inspectionDay": "string",
"inspectionMonth": "string",
"inspectionPlanName": "string",
"inspectionPlanPeriod": "string",
"inspectionRouteId": "string",
"inspectionWorkday": "string",
"signType": "string",
"staffId": "string",
"staffName": "string",
"startDate": "2019-08-24T14:15:22Z",
"startTime": "string",
"state": "string"
}
curl --location --request POST '/j8-patrolmgt/plan/add-inspection-plan' \
--header 'Content-Type: application/json' \
--data-raw '{
"beforeTime": "string",
"canReexamine": "string",
"communityId": "string",
"createUserId": "string",
"createUserName": "string",
"endDate": "2019-08-24T14:15:22Z",
"endTime": "string",
"inspectionDay": "string",
"inspectionMonth": "string",
"inspectionPlanName": "string",
"inspectionPlanPeriod": "string",
"inspectionRouteId": "string",
"inspectionWorkday": "string",
"signType": "string",
"staffId": "string",
"staffName": "string",
"startDate": "2019-08-24T14:15:22Z",
"startTime": "string",
"state": "string"
}'
{
"code": 10000,
"data": "UNAUTHORIZED",
"message": "提示消息内容"
}