添加试卷
<h5>简要描述</h5>
<ul>
<li>添加试卷</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/api/job.paper/addSellingRefiningAndLiteraryScript</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>{
"step": "webSellingRefiningAndLiteraryScript",
"name": "商品卖点提炼及文学脚本制作01",
"belongs": 1,
"background":"题干",
"extra":[{"demand":"要求"}],
"questionList": [{
"type":4,
"answer":"参考答案",
"question":"短片名称",
"tag": "1",
"belongs": 1,
"score": 2
}]
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
"code": 20000,
"msg": "success",
"time": "2021-10-12 15:44:09",
"data": []
}</code></pre>