curl --location --request GET '/api/user/info?id=3' \
--header 'Authorization;'
{
"state": "success",
"info": {
"id": 3,
"name": "测试用户",
"py": "csyh",
"frame": 1,
"role": 4,
"user": "123",
"avatar": "https://erp.nodcloud.cn/storage/avatar/avatar.png",
"person": "",
"account": "",
"warehouse": "",
"field": {
"a": "",
"b": "",
"c": "",
"d": "",
"e": ""
},
"state": true,
"data": ""
}
}