DYH云

DYH开放接口


成绩详情

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>成绩详情</li> </ul> <h5>请求URL</h5> <ul> <li><code>api/job.grades/getPracticeResult</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">paperGradesId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>成绩列表的jobGradesId</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     "code": 20000,     "msg": "success",     "time": "2022-05-26 16:12:37",     "data": {         "paperInfo": {             "job_paper_id": 1123,             "platform_id": 527,             "step": "webCurrencyCustomPractice",             "video": "",             "name": "wznb111",             "background": null,             "score": "0.00",             "belongs": 1,             "type": 0,             "format_type": 4,             "language": "",             "extra": {                 "type": "1,2,3",                 "cateId": "5567",                 "questionTag": "1"             },             "status": 1,             "add_time": "2022-05-26 14:30:50",             "update_time": "2022-05-26 14:30:50",             "knowledge": "",             "goods_ids": "",             "job_id": 0         },         "questionWithAnswerList": [             {                 "jobQuestionId": 398600,                 "platformId": 2927,                 "type": 1,                 "step": "webCurrencyCustom",                 "question": "下列属于价值性投入产出表基本平衡关系的是(     )",                 "video": null,                 "images": "",                 "background": null,                 "option": [                     "中间消耗+最初投入=总投入",                     "增加值=最终使用",                     "总产出=增加值",                     "中间投入=中间消耗"                 ],                 "answer": "1",                 "desc": "",                 "pointKeywords": "",                 "keywords": "",                 "tag": "0",                 "extra": null,                 "annex": "",                 "belongs": 1,                 "paperId": 0,                 "status": 1,                 "addTime": "2022-04-21 17:37:27",                 "updateTime": "2022-05-19 17:01:20",                 "goodsId": "0",                 "pid": null,                 "difficulty": 0,                 "cateId": 5567,                 "questionType": 5577,                 "workType": 5582,                 "occupationType": 5583,                 "level": 5593,                 "questionTag": 1,                 "cateName": "",                 "tagText": "",                 "options": [                     "中间消耗+最初投入=总投入",                     "增加值=最终使用",                     "总产出=增加值",                     "中间投入=中间消耗"                 ],                 "questionId": 398600,                 "userAnswer": { #学生作答信息                     "jobAnswerId": 518913,                     "grades": "0.00",                     "keywordGrades": "0.00",                     "subjectiveGrades": "0.00",                     "answer": "", #回答内容                     "liveScript": "",                     "referenceGrades": "0.00",                     "remark": "",                     "aiAnswer": [],                     "sim": 0.6                 }             }         ]     } }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML