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>{
&quot;phones&quot;: &quot;18201607660,123&quot;,
&quot;paper_id&quot;: 15
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;msg&quot;: &quot;手机号为18201607660的用户不存在&quot;,
&quot;code&quot;: 1,
&quot;data&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>