简要描述
请求URL
- 添加
/api/job.paper/addPaperAndQuestion
POST
- 编辑
/api/job.paper/editPaperAndQuestion/id/:jobPaperId
POST
参数
编辑的时候 questionList 要带上questionId 和paperQuestionId
{
"name": "中控复盘题",
"score": "20",
"step":"webReplayOfAllPostsWork",
"background":"xxx",
"questionList": [
{"type":"4", "answer":"1", "question":"xxx", "score":1}
]
}
返回示例
{
"code": 20000,
"msg": "success",
"time": "2021-10-26 11:29:12",
"data": []
}