curl --location --request GET 'http://192.168.11.46:13000/fp/fpPointWarning/pointWarningList?partId&monitoringType=&endDate&pageSize&pageNum&resCode'
{
"code": 200,
"msg": null,
"total": 2,
"data": [
{
"measurementItemId": 0,
"warningLevel": 0,
"warningModelId": 0,
"pointId": "65",
"pointName": "TP6",
"fpTime": "2024-05-10T10:50:02"
},
{
"measurementItemId": 1,
"warningLevel": 0,
"warningModelId": 0,
"pointId": "67",
"pointName": "TP8",
"fpTime": "2024-06-10T10:50:38"
}
]
}