Authorization: Bearer ********************
curl --location --request GET '/role/getFunctionTree/'
{
"code": 10000,
"data": {
"errorCode": "string",
"errorMessage": "string",
"langType": "zh-cn",
"roleCode": "cw",
"roleFunctionAssignment": [
{
"flag": 0,
"functionName": "每日检查",
"functionUrl": "/check/daily",
"id": "string",
"imagePath": "https://example.com/icons/menu.png",
"subItems": [
{}
]
}
]
},
"message": "提示消息内容"
}