Authorization: Bearer ********************
curl --location --request GET 'http://ip:port/openApi/api/v1/open/sensors/latest/records/by/deviceCode'
{
"code": "string",
"data": [
{
"createTime": "2019-08-24T14:15:22Z",
"des": "string",
"eui": "string",
"fid": 0,
"fname": "string",
"id": "string",
"initSensorValue": "string",
"messageCode": "string",
"messageCodeName": "string",
"nickName": "string",
"productionLineId": 0,
"productionLineName": "string",
"scheduleId": 0,
"scheduleName": "string",
"sensorRecordId": 0,
"sensorValue": "string",
"userName": "string"
}
],
"message": "string",
"time": "2019-08-24T14:15:22Z"
}