微同课后台


课程详情

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>课程详情信息接口 对比此前生物圈逻辑去除了课表信息,改为单独接口请求</li> </ul> <h5>请求URL</h5> <ul> <li><code>course/course_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;">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;id&amp;quot;: 2,         &amp;quot;title&amp;quot;: &amp;quot;录播课(付费带时效信息、试听)&amp;quot;,         &amp;quot;thumb_image&amp;quot;: &amp;quot;https://testview.bioquan.com/lQLPJwl3pq1odcPNAabNAu6wzCNro4-CUhcHsmZ0mx9KAQ_750_422.png&amp;quot;,         &amp;quot;content&amp;quot;: &amp;quot;https://testview.bioquan.com/35414d4de718bfe1b7448945f2dd5b15.png&amp;quot;,         &amp;quot;cate_id&amp;quot;: 2,         &amp;quot;two_cate_id&amp;quot;: 10,         &amp;quot;type&amp;quot;: 2,         &amp;quot;short_detail&amp;quot;: &amp;quot;录播课,付费课,章节信息中存在时效信息;第一讲可以试听&amp;quot;,         &amp;quot;total_section&amp;quot;: 6,         &amp;quot;duration&amp;quot;: 0,         &amp;quot;price&amp;quot;: &amp;quot;9.90&amp;quot;,         &amp;quot;old_price&amp;quot;: &amp;quot;100.00&amp;quot;,         &amp;quot;sign_time&amp;quot;: &amp;quot;&amp;quot;,         &amp;quot;apply_size&amp;quot;: 5,         &amp;quot;is_sign&amp;quot;: 1,         &amp;quot;is_try&amp;quot;: 1,         &amp;quot;build_time&amp;quot;: 1739721600,         &amp;quot;putaway_time&amp;quot;: 1739721600,         &amp;quot;down_time&amp;quot;: 1759248000,         &amp;quot;buy_valid_date&amp;quot;: &amp;quot;永久有效&amp;quot;,         &amp;quot;status&amp;quot;: 1,         &amp;quot;is_secret&amp;quot;: 0,         &amp;quot;secret_key&amp;quot;: &amp;quot;&amp;quot;,         &amp;quot;is_fake&amp;quot;: 0,         &amp;quot;grade&amp;quot;: &amp;quot;0.99&amp;quot;,         &amp;quot;collect_num&amp;quot;: 1,         &amp;quot;share_num&amp;quot;: 0,         &amp;quot;view_num&amp;quot;: 58,         &amp;quot;comment_num&amp;quot;: 2,         &amp;quot;create_time&amp;quot;: 1739721600,         &amp;quot;cate_name&amp;quot;: &amp;quot;高考&amp;quot;,         &amp;quot;two_cate_name&amp;quot;: &amp;quot;数学&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