{
"data": [
{
"id": 0,
"publisher": "string",
"reportTime": "string",
"occurTime": "string",
"type": "string",
"title": "string",
"stationName": "string",
"info": "string",
"stationCode": "string",
"areaCode": "string",
"status": 0,
"createTime": "string",
"updateTime": "string"
}
]
}
curl --location --request POST 'http://114.255.31.92:8080/api/v1/app/taskSheet/importDisasterInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"id": 0,
"publisher": "string",
"reportTime": "string",
"occurTime": "string",
"type": "string",
"title": "string",
"stationName": "string",
"info": "string",
"stationCode": "string",
"areaCode": "string",
"status": 0,
"createTime": "string",
"updateTime": "string"
}
]
}'
{
"code": "",
"data": {},
"msg": ""
}