后台管理IM通信


违规处理记录列表

<h5>请求URL</h5> <ul> <li><code>http://xx.com/user/violationsList</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;">user_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;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;: 82, &amp;quot;report_id&amp;quot;: 42, &amp;quot;status&amp;quot;: 3, &amp;quot;remark&amp;quot;: &amp;quot;封号&amp;quot;, //处理方式 &amp;quot;operator&amp;quot;: { &amp;quot;id&amp;quot;: 441, &amp;quot;username&amp;quot;: &amp;quot;mumber&amp;quot;, //操作者 &amp;quot;phone&amp;quot;: &amp;quot;13800138001&amp;quot; }, &amp;quot;details&amp;quot;: { &amp;quot;type&amp;quot;: &amp;quot;titles&amp;quot;, &amp;quot;time&amp;quot;: &amp;quot;threeDay&amp;quot;, &amp;quot;title&amp;quot;: &amp;quot;投诉成功&amp;quot;, &amp;quot;obj&amp;quot;: &amp;quot;小黄鸭&amp;quot;, &amp;quot;result&amp;quot;: &amp;quot;确认投诉对象有违规行为&amp;quot;, //审核结果 &amp;quot;process&amp;quot;: &amp;quot;封号&amp;quot;, &amp;quot;tips&amp;quot;: &amp;quot;和我也挺文言文&amp;quot; }, &amp;quot;created_at&amp;quot;: &amp;quot;2022-01-15 18:07:47&amp;quot;, //处理时间 &amp;quot;updated_at&amp;quot;: &amp;quot;2022-01-15 18:07:47&amp;quot;, &amp;quot;report&amp;quot;: { &amp;quot;id&amp;quot;: 42, &amp;quot;user_id&amp;quot;: 184, &amp;quot;other_uid&amp;quot;: 183, &amp;quot;cate_id&amp;quot;: 7, &amp;quot;type&amp;quot;: 2, &amp;quot;content&amp;quot;: [], //聊天证据 &amp;quot;im_gid&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;picture&amp;quot;: [ //图片证据 &amp;quot;http://uploadpublicbuckets.oss-cn-hangzhou.aliyuncs.com/fileName/20220104/2022010415205261d3f5548124d.png&amp;quot;, &amp;quot;http://uploadpublicbuckets.oss-cn-hangzhou.aliyuncs.com/fileName/20220104/2022010415205261d3f554840d9.png&amp;quot; ], &amp;quot;note&amp;quot;: &amp;quot;g g g滚滚滚&amp;quot;, &amp;quot;status&amp;quot;: 2, &amp;quot;audit_note&amp;quot;: &amp;quot;确认投诉对象有违规行为&amp;quot;, &amp;quot;manual_status&amp;quot;: 2, &amp;quot;created_at&amp;quot;: &amp;quot;2022-01-04 15:20:53&amp;quot;, &amp;quot;updated_at&amp;quot;: &amp;quot;2022-01-15 16:17:37&amp;quot;, &amp;quot;picture_task&amp;quot;: [ &amp;quot;img4MhOMSrvATR6lvEhhL7M9m-1vyfSl&amp;quot;, &amp;quot;img6J1NAc6HDx46CuNMTNwzv-1vyfSl&amp;quot; ] } } ], &amp;quot;total&amp;quot;: 3 }</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