{"iec104PointInDto":[{
"id": "n4_vLtBc0pL",
"kind": "Yc",
"data": {
"_isEdit": true,
"point": "16386",
"propName": "环境温度2",
"precision": 2,
"coefficient": 1,
"deviceDescription": "温度传感器-001",
"productName": "温度传感器-001"
}
}]}
curl --location --request POST 'https://iot-dev.utapp.cn/api/commUnit/batchSave104PointTable' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{"iec104PointInDto":[{
"id": "n4_vLtBc0pL",
"kind": "Yc",
"data": {
"_isEdit": true,
"point": "16386",
"propName": "环境温度2",
"precision": 2,
"coefficient": 1,
"deviceDescription": "温度传感器-001",
"productName": "温度传感器-001"
}
}]}'
{
"code": 0,
"success": true,
"message": "string",
"data": null
}