curl --location --request GET 'http://192.168.11.46:13000/fp/warningDisposal/warningDisposalList?beginDate&endDate&engType&pageNum&pageSize&proId'
{
"code": 200,
"message": "操作成功",
"exception": null,
"data": {
"size": 10,
"content": [
{
"disposalOpinion": "1111",
"warningMessage": "222",
"dispositionContent": "333",
"dictionaryProcess": null,
"dictionaryValue": null,
"processingTime": null,
"processingUser": null,
"extended": null,
"taskId": "4",
"mt": "sm",
"ft": "2024-11-03T00:00:00",
"et": "0",
"engId": "19",
"engName": "大坝",
"chance": "异常概率:67.89%",
"warningLevelName": "正常"
}
],
"totalElements": 1,
"totalPages": 1
}
}