{
"eui": 1466,
"sort": 2,
"name": "20230406修改",
"remark": "修改后",
"iccid": "123123"
}
curl --location -g --request POST 'https://console.sciento.cn/wopen/v1//device/inverter' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"eui": 1466,
"sort": 2,
"name": "20230406修改",
"remark": "修改后",
"iccid": "123123"
}'
{
"type": true,
"code": 200,
"data": 1 // 返回数值,0为修改失败
}