curl --location --request GET 'http://192.168.11.46:13000/fp/evaluateConfig/pointOrPartValueList?pointId&pageSize&pageNum&type&partId'
{
"code": 200,
"message": "操作成功",
"data": {
"size": 10,
"content": [
{
"pointId": "7495",
"pointValueId": "e",
"pointValueName": "上下游",
"weight": ""
},
{
"pointId": "7495",
"pointValueId": "n",
"pointValueName": "左右岸",
"weight": ""
},
{
"pointId": "7495",
"pointValueId": "u",
"pointValueName": "沉降",
"weight": ""
}
],
"totalElements": 3,
"totalPages": 1
}
}