Showing
1 changed file
with
2 additions
and
2 deletions
@@ -22,8 +22,8 @@ | @@ -22,8 +22,8 @@ | ||
22 | - ResponseBody: | 22 | - ResponseBody: |
23 | ```text | 23 | ```text |
24 | 返回体结构与种老师接口返回一致,但是增加了两个变量: | 24 | 返回体结构与种老师接口返回一致,但是增加了两个变量: |
25 | -private String paperId; | 25 | +private String paperId; // 纸质作业课程ID |
26 | -private Double paperCorrectRate; | 26 | +private Double paperCorrectRate; // 纸质作业识别正确率 |
27 | 27 | ||
28 | ``` | 28 | ``` |
29 | 29 |
-
Please register or login to post a comment