Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/component-information/list'
{
"total": 0,
"rows": [
{
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"remark": "",
"params": {
"": {}
},
"id": 0,
"deviceId": 0,
"deviceType": "",
"deviceCode": "",
"deviceName": "",
"productName": "",
"contactName": "",
"contactPhone": ""
}
],
"code": 200,
"msg": "查询成功"
}