举报原因列表
<h5>请求URL</h5>
<ul>
<li><code>http://xx.com/feedback/reportCateList</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>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"error_code": 0,
"msg": "success",
"data": [
{
"id": 1,
"cate_name": "骚扰信息", //原因
"sort": 0
},
{
"id": 7,
"cate_name": "垃圾广告",
"sort": 0
},
{
"id": 8,
"cate_name": "色情低俗",
"sort": 0
},
{
"id": 9,
"cate_name": "造谣传谣",
"sort": 0
},
{
"id": 10,
"cate_name": "赌博骗局",
"sort": 0
},
{
"id": 11,
"cate_name": "违法违规信息",
"sort": 0
},
{
"id": 12,
"cate_name": "侵犯未成年权益",
"sort": 0
},
{
"id": 13,
"cate_name": "此账号可能被盗用",
"sort": 0
},
{
"id": 14,
"cate_name": "其他",
"sort": 0
}
]
}</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>