Authorization: Bearer ********************
curl --location --request GET '/gcs/warn/processWarningPage?beginTime=2025-08-01&endTime=2025-08-21&departmentName=市安全局&projectName=市安全局项目3' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"msg": "string",
"total": 0,
"rows": [
{
"id": "string",
"refId": "string",
"title": "string",
"reason": "string",
"readStatus": 0,
"departmentName": "string",
"projectName": "string",
"createTime": "string"
}
]
}