Authorization: Bearer ********************curl --location --request GET 'http://10.12.186.133:30924/hub/attBase/tree' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "",
"data": [
{
"name": "",
"key": "",
"list": [
{
"pType": "",
"type": "",
"tableName": "",
"count": 0
}
]
}
]
}