Authorization: Bearer ********************
[
{
"deviceCode": "string",
"indicator": "string",
"isAutoControl": true,
"sort": 0
}
]
curl --location --request POST 'https://online-products.dhichina.cn/gateway/wwtp-paas-main-bus-service/api/v1/control/devices/save' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"deviceCode": "string",
"indicator": "string",
"isAutoControl": true,
"sort": 0
}
]'
true