💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
[TOC=2] ## 未分配列表 ~~~[api] get:/user_device/allot_list int:user_id=1#用户 id int:group_id=1#分组 id <<< success { "code": 0, "data": { "list": [ { "id": 9, "name": "水娃", // 设备名称 "device_id": 3, // 设备 id "group_id": 2, // 分组 id "position": "会灭火", // 所在位置 "remark": "", // 备注信息 "create_time": "2019-01-08 10:40:17", // 添加时间 "sn": "740100094149", // 设备序号 "type": 29, // 设备类型 "subtype": 0 // 设备子类型 } ] } } <<< error { "code": -1, "msg": "参数错误" } ~~~ ## 未分配搜索 ~~~[api] get:/user_device/allot_search int:user_id=1#被搜索的用户 id string:search=123456#搜索设备序号 <<< success { "code": 0, "data": { "list": [ { "id": 13, "name": "", "device_id": 8, "group_id": 2, "position": "", "remark": "", "create_time": "2019-01-08 11:52:32", "sn": "741100004081", "type": 29, "subtype": 0 } ] } } <<< error { "code": -1, "msg": "参数错误" } ~~~ ## 搜索已添加设备 ~~~[api] get:/user_device/search *int:id=1#被搜索的用户 id *string:search=123#搜索设备序号 <<< success { "code": 0, "data": { "list": [ { "id": 22, "name": "", "device_id": 6, "group_id": 5, "position": "", "remark": "", "create_time": "2019-01-09 09:34:17", "sn": "741100004093", "type": 29, "subtype": 0 } ] } } <<< error { "code": -1, "msg": "参数错误" } ~~~ ## 修改设备密码 >[info] 修改设备密码功能和设备密码修改功能类似,只是多一个用户 id ( user_id ) ## 设备删除 >[info] 设备删除和设备功能类似,只是多一个用户 id ( id ) ## 其他相关 >[info] 修改资料、数据导出、设备控制等,参考文档设备相关功能