Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/monitor_center/stationTree' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"msg": "",
"data": {
"id": 0,
"name": "",
"parentId": 0,
"faultNum": 0,
"offlineNum": 0,
"children": [
{
"id": 0,
"name": "",
"parentId": 0,
"faultNum": 0,
"offlineNum": 0,
"children": [
{}
]
}
]
}
}