huayandong

add api

... ... @@ -42,10 +42,35 @@ gradeList | 数组 | 学生年级:如果不区分上下学期,则传入上
- URL: {{localhost}}/boxfish-wudaokou-paper/paper/ai/getQrCourseInfo?access_token={{token}}&qrCode={{qrCode}}
- Method: GET
- Request: qrCode: 二维码code
- Request:
参数 | 类型 | 说明
--- | --- | ---
qrCode | String | 二维码code
###### 5. 外交端获取阅读题文本
- URL: {{localhost}}/boxfish-wudaokou-paper/paper/ai/teacher/getReadingText
- Method: GET
- Request:
参数 | 类型 | 说明
--- | --- | ---
courseId | String | 自主学习课程ID
studentId | Long |
###### 6. 外交提交阅读校审结果
- URL: {{localhost}}/boxfish-wudaokou-paper/paper/ai/reading/submitReadingTask
- Method: POST
- Request:
参数 | 类型 | 说明
--- | --- | ---
teacherId | String | 自主学习课程ID
studentId | Long |
paperId | string | 纸质作业课程ID
questionId | string |
questionIsCorrect | boolean |
\ No newline at end of file
... ...