Authorization: Bearer ********************curl --location '/admin-api/system/user/get?id=1024' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"id": 1,
"username": "xecho",
"nickname": "芋艿",
"remark": "我是一个用户",
"deptId": 0,
"deptName": "IT 部",
"postIds": 1,
"email": "xecho@iocoder.cn",
"mobile": "15601691300",
"sex": 1,
"avatar": "https://www.iocoder.cn/xxx.png",
"status": 1,
"loginIp": "192.168.1.1",
"loginDate": "2019-08-24T14:15:22.123Z",
"createTime": "2019-08-24T14:15:22.123Z"
},
"msg": "string"
}