迅鸣物联网

迅鸣物联网项目


获取用户详细信息

<p><strong>简要描述:</strong> </p> <ul> <li>获取用户详细信息</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>https://wxapp.xunmingiot.com/api/root/users/userinfo/用户uid/</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>GET </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">uid</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户的uid,拼接在地址中</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { 'uid': '用户标识', 'username': '账户/手机号', 'union_id': '用户唯一标识', 'open_id': '用户标识', 'address': '用户地址', 'mail': '邮箱', 'warning_status': '微信消息推送', 'nick_name': '昵称', 'register_time': '注册时间', 'company': '公司', 'company_trade': '公司类型', 'last_login_date': '最近一次登录时间', 'meta': '统计数据', } </code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML