微同课网站


成员信息

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>成员信息列表接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>message/group_member_list</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> <tr> <td style="text-align: left;">page</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>页码</td> </tr> <tr> <td style="text-align: left;">pageSize</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>条数</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;user_info&amp;quot;: { // 自己的信息;始终放在第一个的位置 &amp;quot;id&amp;quot;: 1, &amp;quot;head_img&amp;quot;: &amp;quot;https://view.bioquan.com/1654493897IMG_9346_326326.jpeg&amp;quot;, &amp;quot;user_name&amp;quot;: &amp;quot;一宠三花迷(测试)&amp;quot; }, &amp;quot;count&amp;quot;: 1, // 成员数 &amp;quot;page&amp;quot;: 1, &amp;quot;pageSize&amp;quot;: 15, &amp;quot;list&amp;quot;: [ // 成员列表(不包括自己的信息) { &amp;quot;id&amp;quot;: 3, &amp;quot;head_img&amp;quot;: &amp;quot;https://test-1304049341.cos.ap-nanjing.myqcloud.com/1706062519mmexport1704966920588.jpg&amp;quot;, &amp;quot;user_name&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