简要描述:
- 获取设备列表
接口版本:
| 版本号 | 制定人 | 制定日期 | 修订日期 | 备注 |
|---|---|---|---|---|
| 3.2.1 | 朱小乾 | 2022-08-03 |
请求URL:
- /api/AioSetting/GetAioEquiments
请求方式:
- Get
请求头:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
请求参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
返回示例:
正确时返回:
{"code": 1,"message": "操作成功","data": [{"id": 1,"createTime": "2022-08-03T18:05:00.123","updateTime": "2022-08-03T18:10:14.657","name": "test","macAddress": "","areaId": 0,"status": true,"remark": "st1111ring""templateCode":""}]}
错误时返回:
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| id | int | 主键Id |
| macAddress | string | MAC地址 |
| areaId | int | 检区Id |
| status | int | 0:关闭;1:启动 |
| remark | string | 备注 |
| createTime | string | 创建时间 |
| updateTime | string | 更新时间 |
| templateCode | string | 模板 |
备注:
-
文档更新时间: 2022-08-04 10:19