简要描述
请求URL
{{BASE_URL}}/api/job.grades/getResult
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
contestGradesId |
是 |
int |
成绩 id |
step |
是 ,固定值 |
string |
webEnlargeLiveEffect |
返回示例
{
"code": 20000,
"msg": "success",
"time": "2021-09-15 15:08:43",
"data": {
"paperInfo": {
"job_paper_id": 77,
"platform_id": 527,
"step": "webEnlargeLiveEffect",
"video": "",
"name": "小林测试试卷",
"background": null,
"score": "6.00",
"belongs": 1,
"extra": {
"subjectiveTitle": "我是主观题题目"
},
"status": 1,
"add_time": "2021-09-14 11:53:32",
"update_time": "2021-09-14 12:05:59"
},
"questionWithAnswerList": [ # 主观题
{
"questionId": 87,
"question": "xxxx",
"type": 5,
"score": "4.00",
"subjectiveGrades": "20.00", #主观分
"jobQuestionId": 87,
"option": "[]",
"paperQuestionId": 67,
"answer": "0,1",
"userAnswer": {
"jobAnswerId": 20,
"grades": "0.00",
"subjectiveGrades": "0.00",#主观分
"answer": "87"
}
}
]
}
}
返回参数说明
参数名 |
类型 |
说明 |
groupid |
int |
用户组id,1:超级管理员;2:普通用户 |
备注