添加编辑试卷
<h5>简要描述</h5>
<ul>
<li>添加编辑试卷</li>
</ul>
<h5>请求URL</h5>
<ul>
<li>添加<code>/api/job.paper/addPaperAndQuestion</code> POST</li>
<li>编辑<code>/api/job.paper/editPaperAndQuestion/id/:jobPaperId</code> POST</li>
</ul>
<h5>参数</h5>
<pre><code>编辑的时候 questionList 要带上questionId 和paperQuestionId
{
"name": "kol",
"score": "20",
"step":"webVideoKolPublicity",
"background":"xxxxx",
"questionList": [
{"type":"1", "answer":"1", "question":"xx", "option" : ["111", "222"], "extra" :[], "score":1}
]
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
"code": 20000,
"msg": "success",
"time": "2021-10-26 11:29:12",
"data": []
}</code></pre>