curl --location --request POST 'https://iot-dev.utapp.cn/api/commUnit/import104PointTableBindingExcel?id=n4_vLtBc0pL' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--form 'file=@"C:\\Users\\zhengyuanlong1\\Desktop\\点表配.xlsx"'
{
"code": 0,
"message": "操作成功",
"data": [
{
"id": "string",
"name": "string",
"desc": "string",
"productKey": "string"
}
],
"success": "true"
}