Showing
1 changed file
with
4 additions
and
4 deletions
@@ -107,11 +107,11 @@ studentId | Long | | @@ -107,11 +107,11 @@ studentId | Long | | ||
107 | 107 | ||
108 | 参数 | 类型 | 说明 | 108 | 参数 | 类型 | 说明 |
109 | --- | --- | --- | 109 | --- | --- | --- |
110 | -teacherId | String | 自主学习课程ID | 110 | +teacherId | Long | 老师ID |
111 | -studentId | Long | | 111 | +studentId | Long | 学生ID |
112 | paperId | string | 纸质作业课程ID | 112 | paperId | string | 纸质作业课程ID |
113 | -questionId | string | | 113 | +questionId | string | 问题的ID |
114 | -questionIsCorrect | boolean | | 114 | +questionIsCorrect | boolean | true:外教认为是对的,false:外教认为是错的 |
115 | 115 | ||
116 | 116 | ||
117 | ###### 7. 纸质作业统一提交接口 | 117 | ###### 7. 纸质作业统一提交接口 |
-
Please register or login to post a comment