curl --location --request GET 'http://192.168.11.46:13000/monitoring/point/pointBasicInfo?pointId=测点id'
{
"code": 200,
"msg": null,
"total": null,
"data": {
"type": "渗压计",
"stationName": "P1",
"instrumentName": "振弦",
"measuredName": "温度,压力,水头,水位高程",
"datetime": "2022-04-06 12:00:00.000000",
"area": "贵阳市花溪区平桥社区",
"unit": "贵阳市水务管理局"
}
}