企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
#试卷信息 请求地址 : 域名/ inter/student/testPaperInfor 请求方式: post方式 请求参数: | 参数 | 必要 | 字段类型|注释|备注 | --- | --- | --- | --- |--- | | class_id| 是| string|班级主键|样例: 0037c597e3f144cd9c7cd0756ea902ff| | exam_plan_class_id| 是| id|班级考试计划关联id|样例: 1| 返回参数: | 参数 |注释|备注 | --- | --- | --- |--- | | title|考试名称| |subject_id_label|试卷科目| |class_name|考试班级| |num|考试人数| |class_name|考试时间| |test_paper_title|试卷名称| |命题人|teacher_name| |难易度|degree_label| |考察范围|degree_label| |exam_time_length|考试时长| ***** 备注 成功 ~~~ { "data": { "id": 1, "class_id": "0037c597e3f144cd9c7cd0756ea902ff", "exam_plan_id": 1, "create_time": "2019-05-12 16:50:01", "crt_user": 10000, "subject_id": 1, "start_date": "2019-05-04", "title": "测试数学试卷", "num": 14, "start_time": "2019-05-04 08:00:00", "end_time": "2019-05-04 09:00:00", "class_name": "一-1班", "teacher_name": "曾老师", "degree": 1, "scope": 1, "test_paper_title": "测试数学试卷", "scope_label": "必修", "subject_id_label": "数学", "degree_label": "易", "exam_time": "2019-05-04 08:0~09:0", "exam_time_length": 60 }, "msg": "success", "state": 10001 } ~~~ 失败 情况1 ~~~ {"data":"","msg":"未找到考试信息","state":10002} ~~~ ~~~