多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
#试卷分析列表 请求地址 : 域名/ inter/student/testPaperList 请求方式: post方式 请求参数: | 参数 | 必要 | 字段类型|注释|备注 | --- | --- | --- | --- |--- | | class_id| 是| string|班级主键|样例: 0037c597e3f144cd9c7cd0756ea902ff| | keyword| 是| string|搜索的关键词|样例: 数学| | start_date| 是| string|考试时间|样例: 2019-05-06| 返回参数: | 参数 |注释|备注 | --- | --- | --- |--- | | title| string|考试名称| |class_name|考试班级| |subject_id_label|试卷科目| |start_date|考试日期| |exam_plan_id|考试计划id| ***** 备注 成功 ~~~ { "data": [ { "id": 1, "class_id": "0037c597e3f144cd9c7cd0756ea902ff", "exam_plan_id": 1, "create_time": "2019-05-12 16:50:01", "crt_user": 10000, "exam_plan_class_id": 1, "subject_id": 1, "start_date": "2019-05-04", "title": "测试数学试卷", "class_name": "一-1班", "subject_id_label": "数学" }, { "id": 2, "class_id": "0037c597e3f144cd9c7cd0756ea902ff", "exam_plan_id": 4, "create_time": "2019-05-12 16:50:01", "crt_user": 10000, "exam_plan_class_id": 2, "subject_id": 1, "start_date": "2019-05-06", "title": "数学期中试卷", "class_name": "一-1班", "subject_id_label": "数学" } ], "msg": "success", "state": 10001 } ~~~ 失败 情况1 ~~~ {"data":"","msg":"未找到考试信息","state":10002} ~~~ ~~~