curl --location 'http://127.0.0.1:18111/demo/tree/list?id=&deptId=&userId=&treeName=' \
--header 'Authorization: Bearer '{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"parentId": 0,
"deptId": 0,
"userId": 0,
"treeName": "string",
"createTime": "2019-08-24T14:15:22.123Z"
}
]
}