录播课刷新已观看及观看新章节
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>录播课新章节视频观看及已观看视频章节进度刷新接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>study/refresh_recorded_course_plan</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;">new_section_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;">yet_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;section_info&quot;: { // 新观看章节视频信息
&quot;id&quot;: 2,
&quot;user_id&quot;: 1,
&quot;title&quot;: &quot;1212-01第二讲&quot;,
&quot;price&quot;: &quot;10.00&quot;,
&quot;is_try&quot;: 0,
&quot;course_id&quot;: 1,
&quot;course_title&quot;: &quot;录播课测试1212-01&quot;,
&quot;section_sort&quot;: 2, // 章节第几讲
&quot;video_id&quot;: &quot;7076b70098b571eebfda1777b3ce0102&quot;, // 视频id
&quot;size&quot;: 1, // 横竖,1=横屏,2=竖屏
&quot;duration&quot;: 202, // 视频总时长(秒)
&quot;ahead_data&quot;: [
{
&quot;id&quot;: 10,
&quot;name&quot;: &quot;测试文档.docx&quot;,
&quot;ext&quot;: &quot;docx&quot;,
&quot;size&quot;: 12349,
&quot;url&quot;: &quot;https://test-1304049341.cos.ap-nanjing.myqcloud.com/handouts_file/202443011495699.docx&quot;
}
],
&quot;pdf_data&quot;: [
{
&quot;id&quot;: 10,
&quot;name&quot;: &quot;测试文档.docx&quot;,
&quot;ext&quot;: &quot;docx&quot;,
&quot;size&quot;: 12349,
&quot;url&quot;: &quot;https://test-1304049341.cos.ap-nanjing.myqcloud.com/handouts_file/202443011495699.docx&quot;
}
],
&quot;consolidate_data&quot;: [
{
&quot;id&quot;: 10,
&quot;name&quot;: &quot;测试文档.docx&quot;,
&quot;ext&quot;: &quot;docx&quot;,
&quot;size&quot;: 12349,
&quot;url&quot;: &quot;https://test-1304049341.cos.ap-nanjing.myqcloud.com/handouts_file/202443011495699.docx&quot;
}
],
&quot;view_duration&quot;: 3 //上次观看至时长,秒(代表本次需要从3秒开始)
},
&quot;yet_study_section&quot;: { // 已经观看章节信息(刷新对应章节信息数据)
&quot;section_id&quot;: 1, // 章节id
&quot;plan&quot;: &quot;64.36%&quot;, // 学习进度(study_status=1时才会返回此进度)
&quot;study_status&quot;: 1 // //学习状态;1=正在学习,2=已学完(同此前的章节状态展示的逻辑一致)
}
}
}</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>