curl --location --request GET 'http://localhost:7030/manage/user/detail?id=1' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7InBhc3N3b3JkIjoiJDJhJDEwJGFkUEh3R0hobVFSOGNydEplMmt1dy5hTXZnU2VZbVBNQ2FGWjlNY0ZqbkxlTnpFelk1dFlPIiwidXNlcm5hbWUiOiJhZG1pbiIsImF1dGhvcml0aWVzIjpbeyJhdXRob3JpdHkiOiJtIn1dLCJhY2NvdW50Tm9uRXhwaXJlZCI6dHJ1ZSwiYWNjb3VudE5vbkxvY2tlZCI6dHJ1ZSwiY3JlZGVudGlhbHNOb25FeHBpcmVkIjp0cnVlLCJlbmFibGVkIjp0cnVlLCJ1c2VySWQiOjEsIm5hbWUiOiLotoXnuqfnrqHnkIblkZgiLCJwaG9uZSI6IjE5OTEwMTAzNjk4Iiwic3RhdHVzIjpudWxsLCJyZW1ha2UiOm51bGx9LCJleHAiOjE3MDEzOTg4NDd9.sy7jRkf-f-cAmhB-nq0eR8VUkBH-1wBdHbovadHpxiw'
{
"data": {
"id": 3,
"username": "doraemon2",
"name": "铜锣卫门2",
"phone": "19975263597",
"status": 0,
"updateTime": null,
"resourceIds": [
1,
2,
3,
4
],
"menuList": [
{
"id": 1,
"name": "数据管理",
"parentId": null,
"sort": 1,
"isdeleted": 0,
"createTime": "2023-12-01T00:35:31.000+00:00",
"updateTime": "2023-12-01T00:46:14.000+00:00",
"code": "data",
"children": null
},
{
"id": 2,
"name": "数据统计",
"parentId": null,
"sort": 2,
"isdeleted": 0,
"createTime": "2023-12-01T00:35:51.000+00:00",
"updateTime": "2023-12-01T00:46:14.000+00:00",
"code": "stats",
"children": null
},
{
"id": 3,
"name": "车场管理",
"parentId": null,
"sort": 3,
"isdeleted": 0,
"createTime": "2023-12-01T00:45:21.000+00:00",
"updateTime": "2023-12-01T00:45:59.000+00:00",
"code": "parkinglot",
"children": null
},
{
"id": 4,
"name": "系统设置",
"parentId": null,
"sort": 4,
"isdeleted": 0,
"createTime": "2023-12-01T00:45:21.000+00:00",
"updateTime": "2023-12-01T00:45:59.000+00:00",
"code": "system",
"children": null
}
]
},
"result_code": "200",
"result_msg": "success"
}