Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"deviceId": 0,
"deviceType": "string",
"deviceCode": "string",
"deviceName": "string",
"productName": "string",
"contactName": "string",
"contactPhone": "string"
}
curl --location --request POST 'http://localhost:8080/ess/component-information/device-renovate' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"deviceId": 0,
"deviceType": "string",
"deviceCode": "string",
"deviceName": "string",
"productName": "string",
"contactName": "string",
"contactPhone": "string"
}'
{
"code": 0,
"msg": "",
"data": 0
}