后台管理IM通信


账号管理回收列表

<h5>请求URL</h5> <ul> <li><code>http://xx.com/recycle/accountList</code></li> </ul> <h5>Headers</h5> <ul> <li>token</li> </ul> <h5>请求方式</h5> <ul> <li>GET </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;">searchWord</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户名或手机搜索</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;error_code&amp;quot;: 0, &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot;, &amp;quot;data&amp;quot;: [ { &amp;quot;id&amp;quot;: 384, &amp;quot;username&amp;quot;: &amp;quot;cyd&amp;quot;, //用户名 &amp;quot;phone&amp;quot;: &amp;quot;13800000000&amp;quot;, //手机号 &amp;quot;sex&amp;quot;: 1, //1男 2女 &amp;quot;role_id&amp;quot;: 4, //角色ID &amp;quot;status&amp;quot;: 1, //1正常 0禁用 &amp;quot;birthday&amp;quot;: &amp;quot;&amp;quot;, //生日 &amp;quot;created_at&amp;quot;: &amp;quot;2021-11-19 12:05:35&amp;quot;, //创建时间 &amp;quot;updated_at&amp;quot;: &amp;quot;2021-11-19 12:05:35&amp;quot;, //最后一次更新时间 &amp;quot;deleted_at&amp;quot;: &amp;quot;2022-01-20 18:02:07&amp;quot;,//删除时间 &amp;quot;account_role&amp;quot;: { &amp;quot;id&amp;quot;: 38, &amp;quot;name&amp;quot;: &amp;quot;加盟费过节费&amp;quot; //账号所属角色名称 }, &amp;quot;operator&amp;quot;: { &amp;quot;id&amp;quot;: 407, &amp;quot;username&amp;quot;: &amp;quot;an&amp;quot;,//操作者昵称 &amp;quot;phone&amp;quot;: &amp;quot;an&amp;quot;//操作者手机 } } ], &amp;quot;total&amp;quot;: 2 }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">error_code</td> <td style="text-align: left;">int</td> <td>0成功</td> </tr> <tr> <td style="text-align: left;">msg</td> <td style="text-align: left;">string</td> <td>success</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML