{
"id": "string",
"iec104PointTable": {
"yx": [
{
"point": "string",
"desc": "string",
"identifier": "string"
}
],
"yc": [
{
"point": "string",
"desc": "string",
"identifier": "string",
"precision": "string",
"coefficient": "string"
}
],
"": [
{
"point": "string",
"desc": "string",
"type": "string",
"mapping": "string"
}
],
"lj": [
{
"point": "string",
"desc": "string",
"identifier": "string",
"precision": "string",
"coefficient": "string"
}
],
"cs": [
{
"point": "string",
"desc": "string",
"identifier": "string"
}
]
}
}
curl --location --request POST 'https://iot-dev.utapp.cn/commUnit/updateIec104PointTable' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"iec104PointTable": {
"yx": [
{
"point": "string",
"desc": "string",
"identifier": "string"
}
],
"yc": [
{
"point": "string",
"desc": "string",
"identifier": "string",
"precision": "string",
"coefficient": "string"
}
],
"": [
{
"point": "string",
"desc": "string",
"type": "string",
"mapping": "string"
}
],
"lj": [
{
"point": "string",
"desc": "string",
"identifier": "string",
"precision": "string",
"coefficient": "string"
}
],
"cs": [
{
"point": "string",
"desc": "string",
"identifier": "string"
}
]
}
}'
{
"code": 0,
"message": "操作成功",
"data": "string",
"success": "true"
}