{ "eui": "{{eui}}", "en": 1 }
curl --location -g --request POST 'https://console.sciento.cn/wopen/v1//device/inverter/control' \ --header 'Authorization: ' \ --header 'Content-Type: application/json' \ --data-raw '{ "eui": "", "en": 1 }'
{ "type": true, "code": 200, "data": 1 // 不为0,则为成功,0为失败 }