微同课APP


录播课刷新已观看及观看新章节

<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>{ &amp;quot;code&amp;quot;: 200, &amp;quot;msg&amp;quot;: &amp;quot;ok&amp;quot;, &amp;quot;data&amp;quot;: { &amp;quot;section_info&amp;quot;: { // 新观看章节视频信息 &amp;quot;id&amp;quot;: 2, &amp;quot;user_id&amp;quot;: 1, &amp;quot;title&amp;quot;: &amp;quot;1212-01第二讲&amp;quot;, &amp;quot;price&amp;quot;: &amp;quot;10.00&amp;quot;, &amp;quot;is_try&amp;quot;: 0, &amp;quot;course_id&amp;quot;: 1, &amp;quot;course_title&amp;quot;: &amp;quot;录播课测试1212-01&amp;quot;, &amp;quot;section_sort&amp;quot;: 2, // 章节第几讲 &amp;quot;video_id&amp;quot;: &amp;quot;7076b70098b571eebfda1777b3ce0102&amp;quot;, // 视频id &amp;quot;size&amp;quot;: 1, // 横竖,1=横屏,2=竖屏 &amp;quot;duration&amp;quot;: 202, // 视频总时长(秒) &amp;quot;ahead_data&amp;quot;: [ { &amp;quot;id&amp;quot;: 10, &amp;quot;name&amp;quot;: &amp;quot;测试文档.docx&amp;quot;, &amp;quot;ext&amp;quot;: &amp;quot;docx&amp;quot;, &amp;quot;size&amp;quot;: 12349, &amp;quot;url&amp;quot;: &amp;quot;https://test-1304049341.cos.ap-nanjing.myqcloud.com/handouts_file/202443011495699.docx&amp;quot; } ], &amp;quot;pdf_data&amp;quot;: [ { &amp;quot;id&amp;quot;: 10, &amp;quot;name&amp;quot;: &amp;quot;测试文档.docx&amp;quot;, &amp;quot;ext&amp;quot;: &amp;quot;docx&amp;quot;, &amp;quot;size&amp;quot;: 12349, &amp;quot;url&amp;quot;: &amp;quot;https://test-1304049341.cos.ap-nanjing.myqcloud.com/handouts_file/202443011495699.docx&amp;quot; } ], &amp;quot;consolidate_data&amp;quot;: [ { &amp;quot;id&amp;quot;: 10, &amp;quot;name&amp;quot;: &amp;quot;测试文档.docx&amp;quot;, &amp;quot;ext&amp;quot;: &amp;quot;docx&amp;quot;, &amp;quot;size&amp;quot;: 12349, &amp;quot;url&amp;quot;: &amp;quot;https://test-1304049341.cos.ap-nanjing.myqcloud.com/handouts_file/202443011495699.docx&amp;quot; } ], &amp;quot;view_duration&amp;quot;: 3 //上次观看至时长,秒(代表本次需要从3秒开始) }, &amp;quot;yet_study_section&amp;quot;: { // 已经观看章节信息(刷新对应章节信息数据) &amp;quot;section_id&amp;quot;: 1, // 章节id &amp;quot;plan&amp;quot;: &amp;quot;64.36%&amp;quot;, // 学习进度(study_status=1时才会返回此进度) &amp;quot;study_status&amp;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>

页面列表

ITEM_HTML