curl --location -g --request POST 'https://console.sciento.cn/wopen/v1//device/inverter/config' \ --header 'Authorization: ' \ --header 'Content-Type: application/json' \ --data-raw '{ "eui":"866193055694522", "givenPressure":8, "period":30 }'
{ "type": true, //是否调用成功 "code": 200, //调用编码 "data": 0 // 0配置失败 ,1配置成功 }