{
"areaCode": "string",
"communityCode": "string",
"areaName": "string",
"address": "string",
"locationAddress": "string",
"eventCategory": "string",
"handleOpinion": "string",
"description": "string",
"reportName": "string",
"reportMobile": "string",
"reportCertId": "string",
"longitude": 0,
"latitude": 0,
"tags": [
{
"name": "string"
}
],
"callId": "string"
}
curl --location --request POST 'https://eventsys-test-d-browser.gogen.cn/eventSys/event/report' \
--header 'Content-Type: application/json' \
--data-raw '{
"areaCode": "string",
"communityCode": "string",
"areaName": "string",
"address": "string",
"locationAddress": "string",
"eventCategory": "string",
"handleOpinion": "string",
"description": "string",
"reportName": "string",
"reportMobile": "string",
"reportCertId": "string",
"longitude": 0,
"latitude": 0,
"tags": [
{
"name": "string"
}
],
"callId": "string"
}'
{
"status": false,
"code": 0,
"message": "",
"exceMes": "",
"requestId": "",
"timestamp": 0,
"result": null
}