添加编辑试卷
<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": "中控复盘题",
"score": "20",
"step":"webReplayOfAllPostsWork",
"background":"xxx",
"questionList": [
{"type":"4", "answer":"1", "question":"xxx", "score":1}
]
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
"code": 20000,
"msg": "success",
"time": "2021-10-26 11:29:12",
"data": []
}</code></pre>