curl --location -g --request POST 'https://console.sciento.cn/wopen/v1//device/insecticidal-lamp/config' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"eui":5467675858564,
"timctrl":1,
"st":2,
"et":4,
"clt":5,
"dattim":5
}'
{
"type": true, //是否调用成功
"code": 200, //调用编码
"data": 1 // 0配置失败 ,1配置成功
}