Showing
1 changed file
with
15 additions
and
0 deletions
@@ -74,3 +74,18 @@ studentId | Long | | @@ -74,3 +74,18 @@ studentId | Long | | ||
74 | paperId | string | 纸质作业课程ID | 74 | paperId | string | 纸质作业课程ID |
75 | questionId | string | | 75 | questionId | string | |
76 | questionIsCorrect | boolean | | 76 | questionIsCorrect | boolean | |
77 | + | ||
78 | + | ||
79 | +###### 7. 纸质作业统一提交接口 | ||
80 | + | ||
81 | +>> 之前"班级作业"和"自有练习册"提交纸质作业分为两个提交接口,但是后来发现两个接口可以合并,为了方便维护,推荐使用统一提交接口。 | ||
82 | + | ||
83 | + | ||
84 | +- URL: {{localhost}}/boxfish-wudaokou-paper/paper/student/submitPaperTask?access_token={{access_token}} | ||
85 | +- Method: POST | ||
86 | +- Request: | ||
87 | + | ||
88 | +参数 | 类型 | 说明 | ||
89 | +--- | --- | --- | ||
90 | +paperId | String | 自有练习册该字段为null,公立学校该字段必须有值 | ||
91 | +imageUrl | String | 图片地址 |
-
Please register or login to post a comment