Authorization: Bearer ********************
curl --location --request GET 'http://localhost:81/system/menu/roleMenuTreeselect/'
{
"code": 0,
"msg": "",
"data": {
"menuTree": [
{
"id": 0,
"label": "",
"children": [
{
"id": 0,
"label": "",
"children": []
}
]
}
],
"checkedKeys": [
0
]
}
}