curl --location --request POST 'https://iot-dev.utapp.cn/commUnit/import104PointTable' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--form 'file=@""'
{
"code": 0,
"message": "操作成功",
"data": {
"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"
}
]
},
"success": "true"
}