curl --location -g --request GET 'https://console.sciento.cn/wopen/v1//device/insecticidal-lamp?name=测试' \ --header 'Authorization: ' \ --header 'Content-Type: application/json'
[ { "concentratorId": 10738, //主键Id "name": "测试", // 设备名称 "eui": "546767XXX8564", //设备编码 "online": 1, // 在离线状态,0 = 离线,1 = 在线 "iccid": "898604E8102381320403", // 物联网卡号 "tenantId": 12, // 租户Id "remark": "" //备注 }more...数组形式数组中的值与上面对象类似 ]