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