微同课后台


诊断详情

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>智能诊断详情接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>diagnosis/topic_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;">topic_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>诊断id</td> </tr> </tbody> </table> <p>如果已上传试卷(topic_sum大于0)在操作处展示“试卷详情”携带该诊断的传参信息跳转至题目列表、小于0则展示“上传试卷”</p> <p>在操作处展示“做题说明”按钮,点击弹窗展示做题说明列表(和微同课题库套卷列表处的做题说明概念一样)</p> <p>在详情下方依次展示:题目列表、做题记录、浏览记录、加购记录、购买记录列表</p> <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;: 1,         &amp;quot;title&amp;quot;: &amp;quot;第一套(混合题型)&amp;quot;,         &amp;quot;course_id&amp;quot;: 7,         &amp;quot;cate_id&amp;quot;: 7,         &amp;quot;two_cate_id&amp;quot;: 53,         &amp;quot;study_way&amp;quot;: 1,         &amp;quot;image&amp;quot;: &amp;quot;https://testview.bioquan.com/lQLPJwl3pq1odcPNAabNAu6wzCNro4-CUhcHsmZ0mx9KAQ_750_422.png&amp;quot;,         &amp;quot;short_detail&amp;quot;: &amp;quot;包括实验设计的三要素、四原则、五设计、设问模型、限答套路等底层逻辑,彻底弄懂生命科学实验设计范式...&amp;quot;,         &amp;quot;price&amp;quot;: &amp;quot;5.99&amp;quot;,         &amp;quot;section_sort&amp;quot;: 1,         &amp;quot;content&amp;quot;: &amp;quot;包括实验设计的三要素、四原则、五设计、设问模型、限答套路等底层逻辑,彻底弄懂生命科学实验设计范式...&amp;quot;,         &amp;quot;content_image&amp;quot;: &amp;quot;https://testview.bioquan.com/lQLPJwl3pq1odcPNAabNAu6wzCNro4-CUhcHsmZ0mx9KAQ_750_422.png&amp;quot;,         &amp;quot;putaway_time&amp;quot;: 1751299200,         &amp;quot;down_time&amp;quot;: 1782835200,         &amp;quot;buy_valid_date&amp;quot;: 1,         &amp;quot;status&amp;quot;: 1,         &amp;quot;score&amp;quot;: 100, // 分值         &amp;quot;topic_sum&amp;quot;: 15, // 题数         &amp;quot;one_select_sum&amp;quot;: 10, // 单选题数         &amp;quot;more_select_sum&amp;quot;: 10, // 多选题数         &amp;quot;fillout_sum&amp;quot;: 0, // 填空题数         &amp;quot;short_sum&amp;quot;: 0, // 简答题数         &amp;quot;competition_sum&amp;quot;: 0, // 竞赛题数         &amp;quot;difficulty&amp;quot;: 0.88, // 难度         &amp;quot;difference&amp;quot;: 12, // 标准差         &amp;quot;answer_time&amp;quot;: 60, // 答题时间         &amp;quot;view_count&amp;quot;: 4,         &amp;quot;join_count&amp;quot;: 0,         &amp;quot;buy_count&amp;quot;: 0,         &amp;quot;group_type&amp;quot;: 1, // 组合题展现方式:1=一对一,2=一对多         &amp;quot;build_time&amp;quot;: 0, // 创建时间         &amp;quot;create_time&amp;quot;: 1752508800, // 发布时间         &amp;quot;cate_name&amp;quot;: &amp;quot;生物竞赛&amp;quot;,         &amp;quot;two_cate_name&amp;quot;: &amp;quot;植物学&amp;quot;,         &amp;quot;section_name&amp;quot;: &amp;quot;第二章 遗传和变异 》 2.2 染色体学说与性连锁&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