Authorization: Bearer ********************
{
"id": 0,
"caseDesc": "string",
"discoveryTime": "string",
"unit": "string",
"workRange": "string",
"accidentCase": "string",
"accidentType": "string",
"accidentLoc": "string",
"accidentLevel": "string",
"detail": "string",
"disposalMeasures": "string"
}
curl --location --request PUT 'http://10.12.186.133:30924/zspt/accidentCase' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"caseDesc": "string",
"discoveryTime": "string",
"unit": "string",
"workRange": "string",
"accidentCase": "string",
"accidentType": "string",
"accidentLoc": "string",
"accidentLevel": "string",
"detail": "string",
"disposalMeasures": "string"
}'
{
"code": 0,
"msg": "",
"data": {},
"ok": false
}