轻松教育API

轻松教育API


单科成绩管理考试详情

<p><strong>简要描述:</strong> </p> <ul> <li>单科成绩管理考试详情详情接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com//api/score/score_subject_record_info.html</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <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;">recordid</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>考试记录id</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <p>``` { &quot;errcode&quot;: &quot;0&quot;, &quot;errmsg&quot;: &quot;查询成功!&quot;, &quot;total&quot;: 1, &quot;data&quot;:{ &quot;recordid&quot;: &quot;1115378108363526144&quot;, &quot;examname&quot;: &quot;阿达&quot;, &quot;termid&quot;: &quot;803351622779406723&quot;, &quot;term&quot;: &quot;1&quot;, &quot;termyear&quot;: &quot;2019-2020&quot;, &quot;exam_type&quot;: &quot;月考&quot;, &quot;gradeid&quot;: &quot;2&quot;, &quot;gradename&quot;: &quot;中班&quot;, &quot;courseid&quot;: &quot;1111&quot;, &quot;coursename&quot;: &quot;语文&quot;, &quot;ksrq&quot;: &quot;2019-09-02&quot;, &quot;jsrq&quot;: &quot;2019-09-03&quot;, &quot;isarchive&quot;: &quot;1&quot;, &quot;classArr&quot;:[{ &quot;classname&quot;:&quot;一(1)班&quot;, &quot;classsetid&quot;:&quot;111111212&quot;, &quot;classid&quot;:&quot;1&quot; }], &quot;questionArr&quot;:[{ &quot;question_no&quot;: &quot;1&quot;, &quot;question_type&quot;: &quot;选择&quot;, &quot;knowledge&quot;: &quot;知识点&quot; &quot;fullmarks&quot;: &quot;100&quot; }] } } }</p> <pre><code> **返回参数说明** |参数名|参数|类型|说明| |:----- |:-----|----- | |errcode| |string |返回0,表示操作成功 | |total ||int |总记录数(分页) | |recordid || string |记录id | |examname ||string |考试名称 | |termid ||string |学期id | |term ||string |学期 | |termyear ||string |学年 | |exam_type| |string |考试类型 | |gradeid ||string |年级id | |gradename ||string |年级 | |courseid ||string |科目id | |coursename ||string |科目 | |ksrq ||string |考试开始时间 | |jsrq ||string |考试结束时间 | |isarchive ||string |是否归档 0=否 1=是 | |classdata ||jsonarr |班级列表 | | |classsetid |string |班级setid | | |classname |string |班级名称 | | |classid |string |班级名称 | |questionArr ||jsonarr |题目列表 | ||question_no |string |题号 | ||question_type |string |题型 | ||knowledge |string |知识点 | ||fullmarks |string |满分值 | **备注** - 更多返回错误代码请看首页的错误代码描述</code></pre>

页面列表

ITEM_HTML