## 用户详情
>接口参数说明
~~~[api]
get:/account/info
<<<
success
{
"data": {
"guid": "78fd402c-122a-11e9-9f4b-8bedfc109507",
"username": "13666100894",
"nickName": null,
"avatarUrl": null,
"email": null,
"mobile": "13666100894",
"country": null,
"province": null,
"city": null,
"address": null,
"birthday": null,
"gender": null,
"currency": null,
"companyName": null,
"accountStatus": null,
"firstLogin": false
},
"status": 0,
"msg": "success",
"timestamp": "20190107111823160"
}
~~~
>接口请求示例
~~~
/account/user/info
~~~