编辑试卷
<h5>简要描述</h5>
<ul>
<li>编辑试卷</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/api/job.paper/editSellingRefiningAndLiteraryScript/id/#jobPaperId</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>{
"step": "webSellingRefiningAndLiteraryScript",
"name": "商品卖点提炼及文学脚本制作01",
"belongs": 1,
"background":"题干",
"extra":[{"demand":"要求"}],
"questionList": [{
"jobQuestionId":127, #编辑时必须要的
"paperQuestionId":131, #编辑时必须要的
"type":4,
"answer":"参考答案1",
"question":"短片名称1",
"tag": "1",
"belongs": 1,
"score": 2
}]
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
"code": 20000,
"msg": "success",
"time": "2021-10-12 15:54:08",
"data": []
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>