{
"name": "地震灾害测试",
"startDate": "2025-08-01",
"endDate": "2025-08-10",
"disasterType": "地震",
"disasterLevel": "严重",
"url": "http://example.com/disaster/info",
"files": "file1.pdf,file2.doc"
}
curl --location --request POST 'http://124.223.96.189:9103/api/tZhkj' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "地震灾害测试",
"startDate": "2025-08-01",
"endDate": "2025-08-10",
"disasterType": "地震",
"disasterLevel": "严重",
"url": "http://example.com/disaster/info",
"files": "file1.pdf,file2.doc"
}'
{
"msg": "",
"code": 200,
"data": true,
"tm": "2025-08-09 23:36:46"
}