Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/dhflogdata/list'
{
"total": 0,
"rows": [
{
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"remark": "",
"params": {
"": {}
},
"id": 0,
"snCode": "",
"equipmentType": "",
"deviceCode": "",
"originalData": "",
"dataTime": "",
"timestamp": 0
}
],
"code": 200,
"msg": "查询成功"
}