curl --location --request GET 'http://121.43.168.128:47104//dataapi/direct?id=3f44ff6c-088d-4537-ac4a-9fc495485d48&codes=2024032673910367&returnType=json'
{
"err":"0",
"msg":"",
"data":{
"cols":[
"时间",
"水量"
],
"t_date":[
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
],
"dataList":[
[
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12"
],
[
2898.0,
606.0,
6453.0,
1368.0,
null,
null,
null,
null,
null,
null,
null,
null
]
],
"typeList":[
"Int64",
"String",
"Float64"
]
},
"total":12
}