简要描述
请求URL
/api/job.grades/getResult
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
contestGradesId |
是 |
int |
成绩 id |
step |
是 ,固定值 |
string |
webShortVideoClip |
返回示例
{
"code": 20000,
"msg": "success",
"time": "2021-09-15 15:08:43",
"data": {
"paperInfo": {
"job_paper_id": 77,
"platform_id": 527,
"step": "webShortVideoClip",
"video": "",
"name": "短视频剪辑",
"background": null,
"score": "6.00",
"belongs": 1,
"extra": {},
"status": 1,
"add_time": "2021-09-14 11:53:32",
"update_time": "2021-09-14 12:05:59"
},
"questionWithAnswerList": [
{
"questionId": 87,
"question": "xxxx",
"type": 1,
"score": "4.00", #分值
"jobQuestionId": 87,
"option": "[]",
"paperQuestionId": 67,
"answer": "0,1", #正确答案
"userAnswer": {
"jobAnswerId": 20,
"grades": "0.00", #得分
"answer": "xxx" #用户回答
"subjectiveGrades" : "5" #主观分
}
}
]
}
}