Authorization: Bearer ********************
[
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": 0,
"productKey": "string",
"sensorType": "string",
"sensorTypeCode": 0,
"sensorTypeName": "string",
"sort": 0,
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
]
curl --location --request PUT 'http://ip:port/openApi/api/v1/open/sensors/update/product/key' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": 0,
"productKey": "string",
"sensorType": "string",
"sensorTypeCode": 0,
"sensorTypeName": "string",
"sort": 0,
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
]'
{
"code": "string",
"data": {},
"message": "string",
"time": "2019-08-24T14:15:22Z"
}