curl --location --request GET 'http://develop.tianxin.supermind.quant-chi.com:8045/api/user/menu/all' \
--header 'Authorization;'{
"body": [
{
"menuCode": "string",
"menuName": "string",
"menuPath": "string",
"menuIconId": {
"activeIconId": "string",
"notActiveIconId": "string"
},
"childrenMenu": [
{
"menuCode": "string",
"menuName": "string",
"menuPath": "string",
"menuIconId": {
"activeIconId": "string",
"notActiveIconId": "string"
},
"childrenMenu": null
}
]
}
],
"header": {
"code": 0,
"message": "string"
}
}