文档
测试

sensorTypeSelectAll

POST
../../cgi-bin/getSensorAllData

接口描述

查询所有的传感器的类型

请求参数

参数名
类型
描述
必填
tableName
String
表名
必填

说明 / 示例

``` param { "tableName":"表名" } //返回成功 { "code":200, "msg":[ { "id":"id", "dataType":"dataType", "Bytelength":"ByteLength", "start":"start", "type":"type", "measure":"measure", "min":"min", "max":"max" }, { "id":"id1", "dataType":"dataType1", "Bytelength":"ByteLength11", "start":"start1", "type":"type1", "measure":"measure1", "min":"min1", "max":"max1" } ] } //返回失败 { "code":500, "msg":"" } ```