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