老师端接口


36. 试卷中添加试题

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>试卷中添加试题</li> </ul> <h5>请求URL</h5> <ul> <li><code>/backend/teacher/addPaperQuestion</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> <tr> <td style="text-align: left;">question_title</td> <td style="text-align: left;">Y</td> <td style="text-align: left;">string</td> <td>题目名称</td> </tr> <tr> <td style="text-align: left;">image_url</td> <td style="text-align: left;">Y</td> <td style="text-align: left;">string</td> <td>题目图片</td> </tr> <tr> <td style="text-align: left;">answer_url</td> <td style="text-align: left;">Y</td> <td style="text-align: left;">string</td> <td>题目答案图片</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;, &amp;quot;question_title&amp;quot;: &amp;quot;试题&amp;quot;, &amp;quot;image_url&amp;quot;: &amp;quot;11&amp;quot;, &amp;quot;answer_url&amp;quot;: &amp;quot;/files/1&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