老师端接口


16. 考卷设置学生

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>保存试题</li> </ul> <h5>请求URL</h5> <ul> <li><code>/backend/teacher/examinationStudents</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;">phones</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>学生手机号,逗号分隔</td> </tr> <tr> <td style="text-align: left;">paper_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;phones&amp;quot;: &amp;quot;18201607660,123&amp;quot;, &amp;quot;paper_id&amp;quot;: 15 }</code></pre> <h5>返回示例</h5> <pre><code>{ &amp;quot;msg&amp;quot;: &amp;quot;手机号为18201607660的用户不存在&amp;quot;, &amp;quot;code&amp;quot;: 1, &amp;quot;data&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>

页面列表

ITEM_HTML