获取违规信息
<p><strong>简要描述:</strong>
获取当前用户违规信息,需要给参数。</p>
<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>
<tr>
<td style="text-align: left;">origin_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>唯一id</td>
</tr>
<tr>
<td style="text-align: left;">offset</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>页面递增,起始值0</td>
</tr>
</tbody>
</table>
<p><strong>参数补充</strong>
关于offset参数补充,offset必须要有默认值,默认值为0,相加值必须10++
offset可以理解为页面,0是第一页,10第二页,20第三页,以此类推</p>
<p><strong>请求示例</strong></p>
<pre><code>{
"package": "MessageSpider",
"method": "Live_Getviolations",
"params": {
"code": 1,
"message": "Getviolations",
"data": {
"origin_uid": "123122222",
"data": "10" //这边传入10,获取第二页数据
}
}
}</code></pre>
<p><strong>返回示例</strong></p>
<p><code>method :LiveGetviolations</code></p>