免校审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
智能三件套,课程列表接口:
/paper/ai/getPaperList
智能三件套,扫码进入APP课程接口:
/paper/ai/getQrCourseInfo
智能三件套,APP轮询获取识别结果接口:
/paper/ai/schedule/checkSubmitPaper
自有练习册课程列表接口:
/paper/open/paper/list
获取主观题详细接口:
/paper/student/paper_detail
班级作业接口:
/paper/student/homework/paper_list
获取纸质作业摘要接口:
/paper/student/task/summary
- 预览栏进入时,该接口需要加上appIsExperience=true;从正式栏进入时,该接口不需要加该参数,或者参数appIsExperience=false;
- 智能培优课首页一级页面接口:
/paper/ai/getPaperSummary
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