NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
## 用户详情 >接口参数说明 ~~~[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 ~~~