curl --location --request GET 'http://develop.tianxin.supermind.quant-chi.com:8045/api/user/user/info' \
--header 'Authorization;'
{
"body": {
"userId": "string",
"userName": "string",
"account": "string",
"status": 0,
"mobile": "string",
"roleIdList": [
0
],
"roleNameList": null,
"deptId": 0,
"remark": "string",
"menuList": [
{
"menuSite": "string",
"menuName": "string",
"menuCode": "string",
"menuPath": "string",
"childrenMenu": [
{
"menuSite": "string",
"menuName": "string",
"menuCode": "string",
"menuPath": "string",
"childrenMenu": null
}
]
}
],
"createTime": "string",
"updateTime": "string"
},
"header": {
"code": 0,
"message": "string"
}
}