curl --location --request GET 'http://localhost:8080/getUserRouters' \
--header 'token;'
{
"msg": "操作成功",
"code": 200,
"data": [
{
"name": "招呼/推送规则",
"icon": "Message",
"path": "/pushParameterBar/subIndex",
"key": null,
"role": null,
"children": [
{
"name": "招呼/推送规则",
"icon": "Message",
"path": "/pushParameterBar/subIndex",
"key": "pushParameterBar_sub",
"role": "sub",
"children": null
}
]
}
]
}