简要描述
请求URL
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
paperId |
是 |
int |
试卷id |
hiddenAnswer |
否 |
int |
是否隐藏答案(1/0) 默认0 |
返回示例
{
"code": 20000,
"msg": "success",
"time": "2021-10-26 14:18:41",
"data": {
"jobPaperId": 156,
"platformId": 527,
"step": "webVideoKolPublicity",
"video": "",
"name": "kol",
"background": "xxxxx",
"score": "20.00",
"belongs": 1,
"extra": null,
"status": 1,
"addTime": "2021-10-26 11:29:12",
"updateTime": "2021-10-26 11:42:52",
"questionList": [
{
"questionId": 1016,
"type": 1,
"score": "0.00",
"extra": [
"1",
"2"
],
"paperQuestionId": 1298,
"option": [
"111",
"222"
],
"tagText": "",
"options": [
"111",
"222"
]
}
]
}
}