🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 用户详情 >接口参数说明 ~~~[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 ~~~