Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"snCode": "string",
"password": "string",
"enterTime": "string",
"onlineStatus": 0,
"copyStatus": 0,
"currVersion": "string",
"deviceModel": "string"
}
curl --location --request PUT 'http://localhost:8080/ess/yiwei-iot-device' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"snCode": "string",
"password": "string",
"enterTime": "string",
"onlineStatus": 0,
"copyStatus": 0,
"currVersion": "string",
"deviceModel": "string"
}'
{
"": {}
}