文档
测试

在下方添加同级内容

POST
http://192.168.1.88:8080/api/area_operation/

请求头

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

请求参数

参数名
类型
描述
必填
area_name
string
示例:CCC
必填
below_to
string
示例:15-19
必填
device_type
string
示例:15
必填
parent
string
示例:15-19
必填

响应参数

参数名
类型
描述
必填
status
int
示例:0
必填
msg
string
示例:ok
必填
results
array
数据列表
必填
title
string
示例:可再生能源
必填
key
string
示例:15
必填
children
arrary
数据列表
必填
title
string
示例:CCC
必填
key
string
示例:15-24
必填
is_point
boolean
示例:false
必填
is_device
boolean
示例:false
必填
is_area
boolean
示例:true
必填
parentId
string
示例:15
必填
device_type
int
示例:15
必填
is_point
boolean
示例:false
必填
is_area
boolean
示例:false
必填
is_device
boolean
示例:false
必填
device_type
int
示例:10
必填

说明 / 示例

# ****以下是响应内容示例**** { "status": 0, "msg": "ok", "results": [ { "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 }, { "title": "可再生能源", "key": "15", "children": [ { "title": "BBB", "key": "15-22", "is_point": false, "is_device": false, "is_area": true, "parentId": "15", "device_type": 15 }, { "title": "AAA", "key": "15-19", "is_point": false, "is_device": false, "is_area": true, "parentId": "15", "device_type": 15 }, { "title": "CCC", "key": "15-24", "is_point": false, "is_device": false, "is_area": true, "parentId": "15", "device_type": 15 } ], "is_point": false, "is_area": false, "is_device": false, "device_type": 15 } ] }