微同课APP


学习页

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

页面列表

ITEM_HTML