简要描述
请求URL
{{BASE_URL}}/api/job.grades/getResult
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
contestGradesId |
是 |
int |
成绩 id |
step |
是 ,固定值 |
string |
xxx |
返回示例
{
"code": 20000,
"msg": "success",
"time": "2021-09-15 15:08:43",
"data": {
"paperInfo": {
"job_paper_id": 77,
"platform_id": 527,
"step": "xxx",
"video": "",
"name": "xxx",
"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": "87"
}
}
]
}
}
返回参数说明
参数名 |
类型 |
说明 |
groupid |
int |
用户组id,1:超级管理员;2:普通用户 |
备注