学习页
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>单课程学习页</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>study/course_study_list</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;course_info&quot;: { //课程id
&quot;id&quot;: 76,
&quot;user_id&quot;: 1,
&quot;user_name&quot;: &quot;一宠三花迷(测试)&quot;,
&quot;title&quot;: &quot;微同课直播课&quot;,
&quot;type&quot;: 1,
&quot;thumb_image&quot;: &quot;https://test-1304049341.cos.ap-nanjing.myqcloud.com/1710207964thumb.png&quot;,
&quot;total_section&quot;: 1, // 总章节
&quot;buy_valid_date&quot;: 1,
&quot;is_fake&quot;: 0, // 是否为伪直播,1=是
&quot;sign_time&quot;: &quot;永久有效&quot;, // 有效期
&quot;finish_section&quot;: 0 // 已学章节
},
&quot;course_notice&quot;: { //课程最近公告内容
&quot;id&quot;: 2,
&quot;title&quot;: &quot;测试发布公告222&quot;, //内容
&quot;create_time&quot;: 1663137891 //时间
},
&quot;list&quot;: [ //课表
{
&quot;id&quot;: 158, //章节id
&quot;title&quot;: &quot;肺泡呼吸音&quot;,
&quot;ahead_data&quot;: [
{
&quot;id&quot;: 23,
&quot;name&quot;: &quot;测试文档.docx&quot;,
&quot;url&quot;: &quot;https://testview.bioquan.com/handouts_file/2024101716645951.docx&quot;
}
],
&quot;pdf_data&quot;: [
{
&quot;id&quot;: 24,
&quot;name&quot;: &quot;测试文档.docx&quot;,
&quot;url&quot;: &quot;https://testview.bioquan.com/handouts_file/2024101716645951.docx&quot;
}
],
&quot;consolidate_data&quot;: [
{
&quot;id&quot;: 25,
&quot;name&quot;: &quot;测试文档.docx&quot;,
&quot;ext&quot;: &quot;docx&quot;,
&quot;size&quot;: 12349,
&quot;url&quot;: &quot;https://testview.bioquan.com/handouts_file/2024101716645951.docx&quot;
}
],
&quot;is_playback&quot;: 1, // 是否有回放/是否存在观看时效
&quot;is_video_status&quot;: 1, // 视频状态是否成功,1=是,0=否
&quot;view_start_time&quot;: 0,
&quot;view_end_time&quot;: 0
&quot;section_sort&quot;: 1,
&quot;status&quot;: 3, //状态:0=未开播,1=已播,2=直播中,3=录播
&quot;duration&quot;: 59,
&quot;see_num&quot;: 12,
&quot;course_info&quot;: &quot;共1分钟 · 12次播放 · 已学50.85%&quot;, //学习情况
&quot;plan&quot;: &quot;0.50847&quot;, //进度,进度达到1,代表完成课程
&quot;course_id&quot;: &quot;88&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>