Authorization: Bearer ********************
{
"pointIds": [
"MS0051201120000854",
"MS0051201120000930"
],
"tableName": "aqznfx_yj_zz_mxjg"
}
curl --location --request POST 'http://10.12.186.133:30924/hub/monitor/forecast' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pointIds": [
"MS0051201120000854",
"MS0051201120000930"
],
"tableName": "aqznfx_yj_zz_mxjg"
}'
{
"code": 0,
"msg": null,
"data": {
"MS0051201120000854": [
{
"cdbm": "MS0051201120000854",
"cdbh": "2#闸墩下游静力水准仪监测点",
"ssgc": "海河二道闸",
"zblx": "601",
"zzsj": "2025-08-13 02:00:00",
"gzlx": "1",
"yuzhi3": 1.4730,
"cjsj": "2025-08-13 02:30:03",
"yuzhi4": 1.0500,
"yuzhi5": -1.1100,
"yczz": "502",
"yuzhi6": -1.5330,
"yuzhi1": 1.8959,
"yuzhi2": 1.6482,
"gcbm": "HP0071201120001501",
"id": "1925075480010133506",
"yuzhi7": -1.7082,
"yuzhi8": -1.9559
},
{
"cdbm": "MS0051201120000854",
"cdbh": "2#闸墩下游静力水准仪监测点",
"ssgc": "海河二道闸",
"zblx": "601",
"zzsj": "2025-08-13 02:00:00",
"gzlx": "1",
"yuzhi3": -1.5119,
"cjsj": "2025-08-13 02:28:50",
"yuzhi4": -1.8590,
"yuzhi5": -4.5910,
"yczz": "501",
"yuzhi6": -4.9381,
"yuzhi1": -1.0245,
"yuzhi2": -1.1638,
"gcbm": "HP0071201120001501",
"id": "1925075225101307905",
"yuzhi7": -5.2862,
"yuzhi8": -5.4255
}
],
"MS0051201120000930": [
{
"cdbm": "MS0051201120000930",
"cdbh": "1#闸墩上游静力水准仪监测点",
"ssgc": "海河二道闸",
"zblx": "601",
"zzsj": "2025-08-13 02:00:00",
"gzlx": "1",
"yuzhi3": -2.9015,
"cjsj": "2025-08-13 02:27:35",
"yuzhi4": -3.1990,
"yuzhi5": -5.4510,
"yczz": "501",
"yuzhi6": -5.7485,
"yuzhi1": -2.4835,
"yuzhi2": -2.6029,
"gcbm": "HP0071201120001501",
"id": "1925074111010279426",
"yuzhi7": -6.0471,
"yuzhi8": -6.1665
},
{
"cdbm": "MS0051201120000930",
"cdbh": "1#闸墩上游静力水准仪监测点",
"ssgc": "海河二道闸",
"zblx": "601",
"zzsj": "2025-08-13 02:00:00",
"gzlx": "1",
"yuzhi3": 0.9225,
"cjsj": "2025-08-13 02:28:30",
"yuzhi4": 0.6100,
"yuzhi5": -0.9100,
"yczz": "502",
"yuzhi6": -1.2225,
"yuzhi1": 1.2351,
"yuzhi2": 1.0520,
"gcbm": "HP0071201120001501",
"id": "1925074298931875842",
"yuzhi7": -1.3520,
"yuzhi8": -1.5351
}
],
"fields": {
"cdbm": "测点编码",
"cdbh": "测点编号",
"ssgc": "所属工程",
"zblx": "指标类型",
"zzsj": "准则时间",
"gzlx": "规则类型(1=四阈值规则, 2=八阈值规则)",
"cjsj": "创建时间",
"yuzhi3": "阈值3",
"yuzhi4": "阈值4(四阈值规则最低值/八阈值规则第四阈值)",
"yczz": "预警准则",
"yuzhi5": "阈值5(仅八阈值规则生效)",
"yuzhi6": "阈值6(仅八阈值规则生效)",
"yuzhi1": "阈值1(四阈值规则最高值/八阈值规则第一阈值)",
"gcbm": "工程编码",
"yuzhi2": "阈值2",
"id": "无描述",
"yuzhi7": "阈值7(仅八阈值规则生效)",
"yuzhi8": "阈值8(仅八阈值规则生效)"
}
},
"ok": true
}