Authorization: Bearer ********************
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"param": "string",
"sysCode": "string",
"extInfo": "string",
"category": 1,
"action": "string",
"code": "string",
"pointType": "string",
"isInputPoint": true,
"productLine": "string",
"isAlgorithmInput": true,
"ifExport": true
}
]
curl --location --request POST 'https://online-products.dhichina.cn/gateway/wwtp-paas-main-bus-service/api/DosingSysIdConfig/UpdateDosingSysIdConfigs' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"param": "string",
"sysCode": "string",
"extInfo": "string",
"category": 1,
"action": "string",
"code": "string",
"pointType": "string",
"isInputPoint": true,
"productLine": "string",
"isAlgorithmInput": true,
"ifExport": true
}
]'
{}