Toggle navigation
Toggle navigation
This project
Loading...
Sign in
huayandong
/
recommend-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
huayandong
2018-12-28 13:57:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c57ebe7539d739a99ee011dcaa6eb29ef79e369d
c57ebe75
1 parent
02139f72
add api
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
1 deletions
boxfish-paper/paper-20181228.md
boxfish-paper/paper-20181228.md
View file @
c57ebe7
...
...
@@ -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
...
...
Please
register
or
login
to post a comment