举报列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>举报列表(读)</li>
</ul>
<p><strong>作者:</strong> </p>
<ul>
<li>王曦阳</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>xtwl_read_interface/cmd</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<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>
<p><strong>请求示例</strong></p>
<pre><code> {
&quot;modular&quot;: &quot;readSquareSay&quot;,
&quot;param&quot;: {
&quot;userKey&quot;: &quot;5A1867076DF403B0E053C208A8C0B776&quot;,
&quot;secretKey&quot;: &quot;A8AD80AB531D3766FFFB0BF82F73F490&quot;,
&quot;dtype&quot;: 5,
&quot;authKey&quot;: &quot;0&quot;,
&quot;uuid&quot;: &quot;4668e0a8-f3db-4a8d-bfe1-71a3be4cda19&quot;,
&quot;timeStamp&quot;: &quot;1506662576445&quot;
},
&quot;requestname&quot;: &quot;reportReasonList&quot;,
&quot;version&quot;: &quot;1.0&quot;
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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;">list</td>
<td style="text-align: left;">list</td>
<td>原因</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;result&quot;: {
&quot;count&quot;: 6,
&quot;list&quot;: [
&quot;色情低俗&quot;,
&quot;广告骚扰&quot;,
&quot;谣言诽谤&quot;,
&quot;政治敏感&quot;,
&quot;威胁恐吓&quot;,
&quot;其他&quot;
]
},
&quot;resultcode&quot;: &quot;0&quot;,
&quot;resultdesc&quot;: &quot;success&quot;
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>