ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
#获取试卷列表 请求地址 : 域名/ inter/word/getTestPaperList 请求参数: | 参数 | 必要 | 字段类型|注释|备注 | --- | --- | --- | --- |--- | |state| 是| int |试卷状态: 1编辑中 2未使用 3已使用| |is_collect| 非 | int| 收藏状态: 1已收藏 | |keyword|非|string|搜索关键词 ***** 返回参数: | 参数 | 字段类型|注释|备注 | --- | --- | --- | --- |--- | |id| int | id| |grade_id| int| 年级id| |subject_id | int| 科目id| |process_time | int| 处理日期 | |degree | int| 难度系数 | |build_way | int|组卷方式| |crt_user | int| 创建人id | |crt_time | int| 创建时间 | |score | int| 试卷总分数 | |status | int| 状态: 0初始 1完成 | |title | string| 标题 | |is_edit | int| 是否编辑中: 2未编辑 1编辑中 | |word_file_url | string| word文档地址 | |scope | int| 考察范围: 1必修 2选修| |is_use | int| 使用状态: 1未使用 2已使用 | |grade_label | string| 年级名称| |subject_label | string| 科目名称 | |crt_username|string|创建人姓名| |is_collect|int|收藏状态: 0未收藏 1已收藏 ***** 备注 成功 ~~~ { "data": [ { "id": 11, "grade_id": 1, "subject_id": 3, "process_time": 2019, "degree": 1, "build_way": 0, "crt_user": 10000, "crt_time": "2019-05-06", "score": 100, "status": 1, "title": "测试语文试卷", "is_edit": 1, "word_file_url": "", "scope": 2, "is_use": 1, "state": 2, "grade_label": "初二年级", "subject_label": "外语", "crt_username": "曾老师", "is_collect": 0 }, { "id": 12, "grade_id": 1, "subject_id": 1, "process_time": 1557111243, "degree": 2, "build_way": 0, "crt_user": 10000, "crt_time": "2019-05-07", "score": 100, "status": 1, "title": "数学期中试卷", "is_edit": 1, "word_file_url": "", "scope": 2, "is_use": 1, "state": 2, "grade_label": "初二年级", "subject_label": "数学", "crt_username": "曾老师", "is_collect": 0 }, { "id": 14, "grade_id": 1, "subject_id": 3, "process_time": 1557111243, "degree": 3, "build_way": 0, "crt_user": 10000, "crt_time": "1970-01-01", "score": 0, "status": 0, "title": "外语考试卷", "is_edit": 1, "word_file_url": "/uploads/doc/word/20190516233938_28172/20190516233938_6293_doc.docx", "scope": 1, "is_use": 1, "state": 2, "grade_label": "初二年级", "subject_label": "外语", "crt_username": "曾老师", "is_collect": 1 }, { "id": 15, "grade_id": 1, "subject_id": 1, "process_time": 2019, "degree": 2, "build_way": 0, "crt_user": 10000, "crt_time": "1970-01-01", "score": 0, "status": 0, "title": "数学期中试卷1111", "is_edit": 1, "word_file_url": "/uploads/doc/word/20190527102503_27557/20190527102503_2443_doc.docx", "scope": 100, "is_use": 1, "state": 2, "grade_label": "初二年级", "subject_label": "数学", "crt_username": "曾老师", "is_collect": 0 } ], "msg": "success", "state": 10000 } ~~~ 失败 情况1 ~~~ {"data":"","msg":"标题不能为空","state":10002} ~~~ 情况2 ~~~ {"data":"","msg":"考试预约失败","state":10002} ~~~