简要描述
请求URL
/api/job.question/editByFiveStep/id/:paperId
请求方式
参数
{
"question": "使用富文本11",
"score": "20",
"questionId":"261", #编辑的时候需要
"name":"罗测试1015111",
"goodsImg":[xxx,xxx],
"option": [
"选项 A","选项 B"
],
"partQues": [
{"type":"1", "answer":"1", "part":"1", "option" : ["111", "222"], "questionId":262, "paperQuestionId":551},
{"type":"2", "answer":"1", "part":"1","questionId":263, "paperQuestionId":552}
]
}
返回示例
{
"code": 20000,
"msg": "success",
"time": "2021-10-15 16:39:29",
"data": []
}