Authorization: Bearer ********************
curl --location --request GET 'http://127.0.0.1:4300/role/get_tree_role'
{
"code": 0,
"data": [
{
"id": 0,
"role_name": "string",
"role_value": "string",
"type": 0,
"priority": 0,
"p_id": 0,
"created_at": "string",
"updated_at": "string",
"deleted_at": null,
"children": [
{}
]
}
],
"message": "string"
}