{
"abnormalHandle": "string",
"abnormalType": "string",
"assistCode": "string",
"assistLifeId": "string",
"distinguish": "string",
"handleBy": "string",
"handleTime": "2019-08-24T14:15:22Z",
"id": "string",
"lifeCode": "string",
"registerBy": "string",
"registerTime": "2019-08-24T14:15:22Z",
"type": "string"
}
curl --location --request POST 'http://10.219.87.224:8080/veivo-boot/tooling/alAbnormalRecord/abnormalRegister' \
--header 'Content-Type: application/json' \
--data-raw '{
"abnormalHandle": "string",
"abnormalType": "string",
"assistCode": "string",
"assistLifeId": "string",
"distinguish": "string",
"handleBy": "string",
"handleTime": "2019-08-24T14:15:22Z",
"id": "string",
"lifeCode": "string",
"registerBy": "string",
"registerTime": "2019-08-24T14:15:22Z",
"type": "string"
}'
{
"code": 0,
"message": "string",
"result": {},
"success": true,
"timestamp": 0
}