curl --location --request GET '/adminapi/user.user/detail?id=' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc'{
"code": 1,
"show": 0,
"msg": "获取成功",
"data": {
"id": 1,
"sn": "987654321",
"nickname": "李四",
"avatar": "http://www.smyy.localhost/5455245656",
"mobile": "17306643985",
"sex": 0,
"real_name": null,
"login_time": "-",
"register_source": 1,
"create_time": "2022-02-11 10:30:00",
"sex_desc": "未知",
"source_desc": "微信小程序",
"user_money": "0.00"
}
}