{
"id": 2
}
curl --location --request POST '/myauth/web/getAdmin' \
--header 'token: 123' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 2
}'
{
"code": 200,
"success": true,
"msg": "查询成功",
"sign": "",
"result": {
"id": 2,
"user": "admin",
"pass": "123456",
"qq": "81",
"regTime": 1646239076,
"lastTime": 1646322274,
"lastIp": "127.0.0.1",
"token": "370edf6695c5409884337645875cb107",
"status": 1,
"role": 1,
"money": "1.05"
},
"timestamp": 1646322633670
}