文档
测试

不带点位的树

GET
http://192.168.1.88:8080/api/device_tree/

接口描述

此接口与上一个接口类似,区别是子代少了点位信息,只精确到区域下的设备

请求头

参数名
类型
描述
必填
Authorization
string
示例:jwt eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VybmFtZSI6ImFkbWluIiwiZXhwIjoxNTk5MDE3MTQ0LCJlbWFpbCI6IiJ9.b7ck_L64UqV-e31vjouT4rsSKxnTiqeWBBWAQfu8Mgg
必填

说明 / 示例

# ****以下是响应内容示例**** [ { "title": "电", "key": "1", "children": [ { "title": "A栋", "key": "1-1", "parentId": "1", "is_point": false, "is_device": false, "is_area": true, "children": [ { "title": "1楼", "key": "1-1-2", "parentId": "1-1", "is_point": false, "is_device": false, "is_area": true, "children": [ { "title": "1楼东区", "key": "1-1-2-3", "parentId": "1-1-2", "is_point": false, "is_device": false, "is_area": true, "children": [ { "title": "A电表", "key": "1-1-2-3-1", "is_point": false, "is_device": true, "is_area": false, "parentId": "1-1-2-3", "device_type": 1 } ], "device_type": 1 }, { "title": "1楼西区", "key": "1-1-2-4", "parentId": "1-1-2", "is_point": false, "is_device": false, "is_area": true, "children": [ { "title": "B电表", "key": "1-1-2-4-2", "is_point": false, "is_device": true, "is_area": false, "parentId": "1-1-2-4", "device_type": 1 } ], "device_type": 1 } ], "device_type": 1 }, { "title": "2楼", "key": "1-1-5", "parentId": "1-1", "is_point": false, "is_device": false, "is_area": true, "children": [ { "title": "2楼东区", "key": "1-1-5-6", "parentId": "1-1-5", "is_point": false, "is_device": false, "is_area": true, "children": [ { "title": "C电表", "key": "1-1-5-6-5", "is_point": false, "is_device": true, "is_area": false, "parentId": "1-1-5-6", "device_type": 1 } ], "device_type": 1 }, { "title": "2楼西区", "key": "1-1-5-7", "parentId": "1-1-5", "is_point": false, "is_device": false, "is_area": true, "children": [ { "title": "D电表", "key": "1-1-5-7-7", "is_point": false, "is_device": true, "is_area": false, "parentId": "1-1-5-7", "device_type": 1 } ], "device_type": 1 } ], "device_type": 1 } ], "device_type": 1 } ], "is_point": false, "is_area": false, "is_device": false, "device_type": 1 }, { "title": "水", "key": "2", "children": [ { "title": "B栋", "key": "2-8", "parentId": "2", "is_point": false, "is_device": false, "is_area": true, "children": [ { "title": "1楼", "key": "2-8-9", "parentId": "2-8", "is_point": false, "is_device": false, "is_area": true, "children": [ { "title": "1楼东区", "key": "2-8-9-10", "parentId": "2-8-9", "is_point": false, "is_device": false, "is_area": true, "children": [ { "title": "A水表", "key": "2-8-9-10-3", "is_point": false, "is_device": true, "is_area": false, "parentId": "2-8-9-10", "device_type": 2 } ], "device_type": 2 }, { "title": "1楼西区", "key": "2-8-9-11", "parentId": "2-8-9", "is_point": false, "is_device": false, "is_area": true, "children": [ { "title": "B水表", "key": "2-8-9-11-4", "is_point": false, "is_device": true, "is_area": false, "parentId": "2-8-9-11", "device_type": 2 } ], "device_type": 2 } ], "device_type": 2 } ], "device_type": 2 } ], "is_point": false, "is_area": false, "is_device": false, "device_type": 2 }, { "title": "热", "key": "3", "children": [ { "title": "C栋", "key": "3-12", "parentId": "3", "is_point": false, "is_device": false, "is_area": true, "children": [ { "title": "A热量表", "key": "3-12-8", "is_point": false, "is_device": true, "is_area": false, "parentId": "3-12", "device_type": 3 } ], "device_type": 3 } ], "is_point": false, "is_area": false, "is_device": false, "device_type": 3 }, { "title": "冷", "key": "4", "children": [ { "title": "D栋", "key": "4-13", "parentId": "4", "is_point": false, "is_device": false, "is_area": true, "children": [ { "title": "A冷量表", "key": "4-13-9", "is_point": false, "is_device": true, "is_area": false, "parentId": "4-13", "device_type": 4 } ], "device_type": 4 } ], "is_point": false, "is_area": false, "is_device": false, "device_type": 4 }, { "title": "气", "key": "5", "children": [ { "title": "E栋", "key": "5-14", "parentId": "5", "is_point": false, "is_device": false, "is_area": true, "children": [ { "title": "A气表", "key": "5-14-6", "is_point": false, "is_device": true, "is_area": false, "parentId": "5-14", "device_type": 5 } ], "device_type": 5 } ], "is_point": false, "is_area": false, "is_device": false, "device_type": 5 } ]