章节详情
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>章节详情</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>section/section_info</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;">course_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>课程id</td>
</tr>
<tr>
<td style="text-align: left;">section_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;: 137,
&quot;title&quot;: &quot;熊猫头第一讲&quot;,
&quot;is_fake&quot;: 0,
&quot;status&quot;: 0,
&quot;live_date&quot;: 1733500800,
&quot;start_time&quot;: 1733500800,
&quot;end_time&quot;: 1733587199,
&quot;ahead_data&quot;: {
&quot;id&quot;: 92,
&quot;name&quot;: &quot;Kotlin网络.pdf&quot;,
&quot;path&quot;: &quot;https://testview.bioquan.com/handouts_file/20241021114950450.pdf&quot;
},
&quot;pdf_data&quot;: [],
&quot;consolidate_data&quot;: [],
&quot;video_id&quot;: null,
&quot;duration&quot;: 0,
&quot;is_playback&quot;: 0,
&quot;view_start_time&quot;: 0,
&quot;view_end_time&quot;: 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>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>