curl --location --request GET 'http://121.43.168.128:47104//dataapi/direct?id=64c2805e-b10d-45fc-9158-2a93d3f0b1bc&returnType=json'
{
"err":"0",
"msg":"",
"data":{
"cols":[
"已使用",
"空闲",
"总车位",
"使用率"
],
"t_date":[
0
],
"dataList":[
[
"300"
],
[
"0"
],
[
"300"
],
[
"100%"
]
],
"typeList":[
"Int64",
"String",
"String",
"String",
"String"
]
},
"total":1
}