文档
测试

11、获取数采仪信息列表

POST
getInstrumentList

请求参数

参数名
类型
描述
必填
page
页数
必填
limit
每页数量
必填
id
场地编号id
必填

响应参数

参数名
类型
描述
必填
data
必填
enterpriseList
必填
total
必填

说明 / 示例

### 接口说明 ```js { instrumentList: { id: "@guid", //数采仪编号 installPlace: "@county", // 安装位置 MN: "@character", // MN号 factoryNo: "@character", // 出厂编号 brand: "@ctitle" // 品牌 } total: 2, // 所有数据总数 } ```