Authorization: Bearer ********************
{
"id": 0,
"buildingAli": "string",
"locationAli": "string",
"facilityAli": "string",
"typeAli": "string",
"buildingType": "string",
"locationType": "string",
"facilityType": "string",
"typeType": "string"
}
curl --location --request PUT 'http://10.12.186.133:30924/safety/safety/safety/issue/issue_entity' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"buildingAli": "string",
"locationAli": "string",
"facilityAli": "string",
"typeAli": "string",
"buildingType": "string",
"locationType": "string",
"facilityType": "string",
"typeType": "string"
}'
{
"code": 0,
"msg": "",
"data": {},
"ok": false
}