微同课后台


题目详情

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>试题题目详情接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>topic/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;">id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>题目id</td> </tr> </tbody> </table> <p>在详情下方展示:练习记录列表</p> <p><strong>更改题目状态,接口:topic/up_topic_status</strong> 传参:id(题目id),status(状态:0=下架,1=上架)</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;: 5,         &amp;quot;cate_id&amp;quot;: 7,         &amp;quot;cate_name&amp;quot;: &amp;quot;生物竞赛&amp;quot;, // 一级分类名称         &amp;quot;two_cate_id&amp;quot;: 53,         &amp;quot;problem&amp;quot;: &amp;quot;5选择题--多选:正确答案为AB(解析文字+图+视频)&amp;quot;,         &amp;quot;image&amp;quot;: [ // 题目图片             &amp;quot;https://testview.bioquan.com/images/46cfcc0b7b3271be249ab7d51de27561.png&amp;quot;,             &amp;quot;https://testview.bioquan.com/images/46cfcc0b7b3271be249ab7d51de27561.png&amp;quot;         ], &amp;quot;source_type&amp;quot;: 1, // 题目来源:1=智能诊断,2=精准刷题,3=视频书,4=大联考         &amp;quot;answer&amp;quot;: [ // 选项             &amp;quot;选项1&amp;quot;,             &amp;quot;选项2&amp;quot;,             &amp;quot;选项3&amp;quot;,             &amp;quot;选项4&amp;quot;         ],         &amp;quot;right_answer&amp;quot;: &amp;quot;AB&amp;quot;, // 正确答案         &amp;quot;right_answer_image&amp;quot;: [ // 答案图片             &amp;quot;https://testview.bioquan.com/images/46cfcc0b7b3271be249ab7d51de27561.png&amp;quot;         ],         &amp;quot;type&amp;quot;: 2, // 题型         &amp;quot;sort&amp;quot;: 1,         &amp;quot;pid&amp;quot;: 0,         &amp;quot;is_group&amp;quot;: 0,         &amp;quot;parsing&amp;quot;: &amp;quot;解析文字这道题这么做才对这道题这么做才对这道题这么做才对这道题这么做才对这道题这么做才对解析文字&amp;quot;,         &amp;quot;parsing_image&amp;quot;: [ // 解析图片             &amp;quot;https://testview.bioquan.com/images/46cfcc0b7b3271be249ab7d51de27561.png&amp;quot;         ],         &amp;quot;parsing_video&amp;quot;: &amp;quot;https://view.bioquan.com/video/2021929101324775.mp&amp;quot;, // 解析视频         &amp;quot;kn&amp;quot;: &amp;quot;知识点&amp;quot;, // 知识点         &amp;quot;score&amp;quot;: 0, // 分值         &amp;quot;create_time&amp;quot;: 0,         &amp;quot;update_time&amp;quot;: 0,         &amp;quot;status&amp;quot;: 1, // 状态 &amp;quot;book_id&amp;quot;: 1, // 视频书id         &amp;quot;reel_id&amp;quot;: 1,         &amp;quot;reel_order&amp;quot;: 0, // 试卷内排序         &amp;quot;reel_title&amp;quot;: &amp;quot;第一套(混合题型)&amp;quot;, // 来源试卷         &amp;quot;study_way&amp;quot;: 1, // 学习阶段:1=预科,2=升维,3=同步,4=备考(0代表不存在学习阶段、不用展示)         &amp;quot;two_cate_name&amp;quot;: &amp;quot;植物学&amp;quot;, // 二级分类名称 &amp;quot;sign&amp;quot;:&amp;quot;AAA&amp;quot;,// 上传标识 // 只要视频书类型题目才会返回 &amp;quot;book_name&amp;quot;: &amp;quot;生物竞赛《星题库》2026版 模糊&amp;quot;, // 来源视频书         &amp;quot;one_module_name&amp;quot;: &amp;quot;第二模块&amp;quot;, // 来源专题/功能         &amp;quot;two_module_name&amp;quot;: &amp;quot;第二模块1&amp;quot;, // 来源考点/模块         &amp;quot;one_type_name&amp;quot;: &amp;quot;2023&amp;quot;, // 年份         &amp;quot;two_type_name&amp;quot;: &amp;quot;江苏省&amp;quot;, // 省份         &amp;quot;three_type_name&amp;quot;: &amp;quot;C级&amp;quot; // 难度 &amp;quot;s_list&amp;quot;: [ // 小题列表             {                 &amp;quot;id&amp;quot;: 48,                 &amp;quot;cate_id&amp;quot;: 7,                 &amp;quot;two_cate_id&amp;quot;: 53,                 &amp;quot;problem&amp;quot;: &amp;quot;组合题小题--选择题单选:正确答案为A&amp;quot;,                 &amp;quot;image&amp;quot;: [],                 &amp;quot;answer&amp;quot;: [                     &amp;quot;选项1&amp;quot;,                     &amp;quot;选项2&amp;quot;,                     &amp;quot;选项3&amp;quot;,                     &amp;quot;选项4&amp;quot;                 ],                 &amp;quot;right_answer&amp;quot;: &amp;quot;A&amp;quot;,                 &amp;quot;right_answer_image&amp;quot;: [],                 &amp;quot;type&amp;quot;: 1,                 &amp;quot;sort&amp;quot;: 2,                 &amp;quot;is_group&amp;quot;: 1,                 &amp;quot;s_order&amp;quot;: 0,                 &amp;quot;parsing&amp;quot;: &amp;quot;这道题这么做才对这道题这么做才对这道题这么做才对这道题这么做才对这道题这么做才对解析文字&amp;quot;,                 &amp;quot;parsing_image&amp;quot;: [],                 &amp;quot;parsing_video&amp;quot;: null,                 &amp;quot;kn&amp;quot;: null,                 &amp;quot;score&amp;quot;: 0,                 &amp;quot;status&amp;quot;: 1,                 &amp;quot;create_time&amp;quot;: 0             }         ]     } }</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