curl --location --request GET 'http://192.168.11.46:13000/fp/basData/pointCurveData?pointId=3662&pointValueId=w&beginDate=2021-01-01&endDate=2021-01-07&model=模型数据'
{
"code": 200,
"message": "操作成功",
"data": {
"pointValueName": "水头",
"maxValue": 0,
"pointName": "ZK2",
"minValue": 0,
"unit": "m",
"valueList": [
"1183.630000",
"1183.540000",
"1183.480000",
"1183.440000",
"1183.370000",
"1183.340000",
"1183.270000"
],
"dateList": [
"2021-01-01",
"2021-01-02",
"2021-01-03",
"2021-01-04",
"2021-01-05",
"2021-01-06",
"2021-01-07"
]
}
}