篮球文字直播
<p><strong>简要描述:</strong> </p>
<ul>
<li>篮球文字直播接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/pubulicinterface/interface/get-lan-live</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>
<tr>
<td style="text-align: left;">mid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>赛程MID</td>
</tr>
<tr>
<td style="text-align: left;">page</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>当前页</td>
</tr>
<tr>
<td style="text-align: left;">size</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>当前页条数</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 600,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;result&quot;: {
&quot;page&quot;: 1,
&quot;pages&quot;: 1,
&quot;size&quot;: 1,
&quot;total&quot;: &quot;1&quot;,
&quot;data&quot;: [
{
&quot;sort_id&quot;: &quot;706&quot;,
&quot;schedule_mid&quot;: &quot;101125&quot;,
&quot;live_person&quot;: &quot;咕啦评论员&quot;,
&quot;text_sub&quot;: &quot;【开拓者】 CJ.迈考伦 在对手投篮时犯规 (4 次犯规) (2 次罚球) (裁判:M.卡拉汉吹罚)&quot;,
&quot;game_time&quot;: &quot;09:39&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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>