curl --location --request GET 'http://localhost:8081/system/post/tree?postCode=&postName=&postSort=' \
--header 'Authorization: '
{
"code": 0,
"msg": "string",
"data": [
{
"postId": 0,
"postCode": "string",
"postName": "string",
"postSort": 0,
"roleName": "string",
"status": "string",
"remark": "string",
"parentId": 0,
"hasChild": true
}
]
}