AI直播观看
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>AI直播课程观看视频接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>study/fake_live_section</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </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;">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;code&quot;: 200,
&quot;msg&quot;: &quot;ok!&quot;,
&quot;data&quot;: {
&quot;id&quot;: 467,
&quot;teacher_user_id&quot;: 1, //群组群主(老师id)id
&quot;title&quot;: &quot;第一讲&quot;,
&quot;start_time&quot;: 1690531200, //开始时间
&quot;end_time&quot;: 1690540200, //结束时间
&quot;video_id&quot;: &quot;3270835011052363400&quot;,
&quot;group_id&quot;: &quot;20230727467&quot;, //群组id
&quot;duration&quot;: 0, //视频秒数
&quot;size&quot;: 1, //横竖,1=横屏,2=竖屏
&quot;url&quot;: //视频链接 &quot;http://1304049341.vod2.myqcloud.com/8ebece27vodtranscq1304049341/79673d4a3270835011052363400/v.f100240.m3u8?t=64c398a8&amp;plive=64c37580&amp;exper=0&amp;rlimit=0&amp;us=7vPlse&amp;sign=73b625edab081210050e3754feaa2c0f&quot;
}
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>