Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/readinglog/list'
{
"total": 0,
"rows": [
{
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"remark": "",
"params": {
"": {}
},
"id": 0,
"dataTime": "",
"snCode": "",
"deviceCode": "",
"cn": 0,
"yc1": "",
"yc2": "",
"yc3": "",
"yd1": "",
"yd2": "",
"yd3": "",
"tc1": "",
"tc2": "",
"tc3": "",
"td1": "",
"td2": "",
"td3": "",
"multiple": 0.0,
"stationName": "",
"essName": "",
"boxName": ""
}
],
"code": 200,
"msg": "查询成功"
}