💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 设备列表 ~~~[api] post:http://eipig.rolink-power.com/device/list dev_type=默认值#设备类型,不传获取全部设备,传值获取单个类型设备 struct_sn=默认值#组织设施编码 keyword#关键字 page#当前分页 pagenum#分页数 <<< success { "code": 1, "msg": "数据获取成功", "data": { "total": 3, "lists": [ { "id": 1, "name": "1#管道猪", "description": "", "store_id": 0, "install_id": 1100, "dev_type": 1, "dev_sn": "1001", "dev_model": "", "dev_status": 1, "create_time": 0, "update_time": 0 }, { "id": 2, "name": "1#收球设备", "description": "", "store_id": 0, "install_id": 1103, "dev_type": 2, "dev_sn": "2001", "dev_model": "", "dev_status": 0, "create_time": 0, "update_time": 0 }, { "id": 3, "name": "1#投球设备", "description": "", "store_id": 0, "install_id": 1104, "dev_type": 3, "dev_sn": "3001", "dev_model": "", "dev_status": 0, "create_time": 0, "update_time": 0 } ] } } <<< error { "code": 1, "meg": "error", "data": {} } ~~~ ## dev_type | 类型值 | 含义 | | --- | --- | | 1 | 管道猪 | | 2 | 收球监测设备 | | 3 | 投球监测设备 | | 4 | 手持监测设备 | ## dev_status | 类型值 | 含义 | | --- | --- | |1|库存 | |2|安装 | |3| 管内 | |4| 桶内 | |5|流转在途| |6| 丢失 | |7| 维修中 |