微同课后台


用户详情

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>用户详情接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>users/user_info</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <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;">id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>用户id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> {     &amp;quot;code&amp;quot;: 200,     &amp;quot;msg&amp;quot;: &amp;quot;ok!&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;id&amp;quot;: 1,         &amp;quot;user_name&amp;quot;: &amp;quot;于是&amp;quot;,         &amp;quot;head_img&amp;quot;: &amp;quot;https://view.bioquan.com/images/d8e2f14da109643c23f850b2c76f175e.jpg&amp;quot;,         &amp;quot;mobile&amp;quot;: &amp;quot;18310041723&amp;quot;,         &amp;quot;user_source&amp;quot;: 0, // 用户来源;0=未知,1=安卓,2=iOS         &amp;quot;account_source&amp;quot;: 1, // 账号来源;1=手机号,2=微信,3=钉钉,4=QQ         &amp;quot;status&amp;quot;: 1,         &amp;quot;vanish_time&amp;quot;: 0, // 最近注销时间         &amp;quot;attention_num&amp;quot;: 1,         &amp;quot;fans_num&amp;quot;: 3,         &amp;quot;dd_unionid&amp;quot;: &amp;quot;ejgAZ4cjk6k5vj4xHpBavQiEiE&amp;quot;, // 不为空代表已绑定钉钉         &amp;quot;wx_unionid&amp;quot;: &amp;quot;oMXrO69Z2W161khWhZ854NT1mDRA&amp;quot;, // 不为空代表已绑定微信         &amp;quot;data_num&amp;quot;: 0, // 动态数         &amp;quot;is_attention&amp;quot;: 0, // 是否允许查看关注列表:1=是,0=否         &amp;quot;is_fans&amp;quot;: 1, // 是否允许查看粉丝列表:1=是,0=否         &amp;quot;create_time&amp;quot;: 1739180179,         &amp;quot;ip&amp;quot;: &amp;quot;115.206.135.204&amp;quot;,         &amp;quot;ip_address&amp;quot;: &amp;quot;浙江省&amp;quot;     } }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML