Showing
1 changed file
with
3 additions
and
2 deletions
@@ -154,8 +154,9 @@ GET https://api.boxfish.cn/parents/learning-between/{student_id}/{start_date}/{e | @@ -154,8 +154,9 @@ GET https://api.boxfish.cn/parents/learning-between/{student_id}/{start_date}/{e | ||
154 | 返回值 | 154 | 返回值 |
155 | ```json | 155 | ```json |
156 | [ | 156 | [ |
157 | - { "learningTime": 1372, | 157 | + { |
158 | - "date": "2016-11-25" | 158 | + "learningTime": 1372, |
159 | + "date": "2016-11-25" | ||
159 | }, | 160 | }, |
160 | { | 161 | { |
161 | "learningTime": 6216, | 162 | "learningTime": 6216, |
-
Please register or login to post a comment