paper-免校审接口.md 1.79 KB

免校审APP接口参数

1. URL上拼接参数
参数 类型 说明
appIsExperience boolean 默认值为false

说明:如果appIsExperience = true,表示该请求是免校审APP发出,走免校审逻辑; 如果不传该参数或者appIsExperience = false,表示是从正式APP发出,不走免校审逻辑,识别结果需要校审APP提交后才能看见;

e.g: {{localhost}}/boxfish-wudaokou-paper/xxxxxx?access_token=ZBMkbBAgIz&appIsExperience=true

2. 需要拼接参数的URL
  1. 智能三件套,课程列表接口:/paper/ai/getPaperList

  2. 智能三件套,扫码进入APP课程接口:/paper/ai/getQrCourseInfo

  3. 智能三件套,APP轮询获取识别结果接口:/paper/ai/schedule/checkSubmitPaper

  4. 自有练习册课程列表接口:/paper/open/paper/list

  5. 获取主观题详细接口:/paper/student/paper_detail

  6. 班级作业接口:/paper/student/homework/paper_list

  7. 智能培优课首页一级页面接口:/paper/ai/getPaperSummary

  8. APP提交纸质作业接口:/paper/student/submitPaperTask: 预览栏提交任务时需要加上appIsExperience = true参数,正式栏和正式版本APP提交不需要加上此参数。

  9. 获取纸质作业摘要接口:/paper/student/task/summary

预览栏进入时,该接口需要加上appIsExperience=true;从正式栏进入时,该接口不需要加该参数,或者参数appIsExperience=false;

3. 班级作业,预览栏的接口

URL:{{localhost}}/boxfish-wudaokou-paper/paper/student/preview/getHomeworkPaperList?access_token=x9nr9dccBa Method: GET

4. 清除上传记录接口

URL:{{localhost}}/boxfish-wudaokou-paper/paper/manage/develop/clean/student/spoor/inner/only?access_token=xZXTzQ43xY&appIsExperience=true Method: POST