老师端接口


35. 删除试卷中的试题

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>删除试卷中的试题</li> </ul> <h5>请求URL</h5> <ul> <li><code>/backend/teacher/deletePaperQuestion</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;">paper_id</td> <td style="text-align: left;">Y</td> <td style="text-align: left;">int</td> <td>试卷ID</td> </tr> <tr> <td style="text-align: left;">question_id</td> <td style="text-align: left;">Y</td> <td style="text-align: left;">int</td> <td>题目ID</td> </tr> </tbody> </table> <h5>请求实例</h5> <pre><code>{ &amp;quot;paper_id&amp;quot;: &amp;quot;44&amp;quot;, &amp;quot;question_id&amp;quot;: &amp;quot;263&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> <pre><code>{ &amp;quot;msg&amp;quot;: &amp;quot;操作成功&amp;quot;, &amp;quot;code&amp;quot;: 0, &amp;quot;data&amp;quot;: {} }</code></pre> <h5>备注</h5>

页面列表

ITEM_HTML