{
"isArea": 0,
"allpath": 0,
"deptId": "string",
"dateStart": "string",
"dateEnd": "string",
"dataType": 0,
"deptType": 0
}
curl --location --request POST '/tjYjWarnInfoNew/warnStatistics.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"isArea": 0,
"allpath": 0,
"deptId": "string",
"dateStart": "string",
"dateEnd": "string",
"dataType": 0,
"deptType": 0
}'
{
"code": "string",
"data": [
{
"numberAlerts": "string",
"notProcessed": 0,
"toBeWrittenOff": 0,
"verificationPassed": "string"
}
],
"msg": "string"
}