Showing
1 changed file
with
7 additions
and
7 deletions
| @@ -131,13 +131,13 @@ GET https://api.boxfish.cn/parents/learning/{student_id}/{date}?access_token=pa | @@ -131,13 +131,13 @@ GET https://api.boxfish.cn/parents/learning/{student_id}/{date}?access_token=pa | ||
| 131 | 返回值 | 131 | 返回值 |
| 132 | ```json | 132 | ```json |
| 133 | { | 133 | { |
| 134 | - "userId": 100000000721, | 134 | + "userId": 100000000721, |
| 135 | - "listeningTime": 66, | 135 | + "listeningTime": 66, |
| 136 | - "learningTime": 13735, | 136 | + "learningTime": 13735, |
| 137 | - "multiwordCount": 1, | 137 | + "multiwordCount": 1, |
| 138 | - "readWordCount": 19, | 138 | + "readWordCount": 19, |
| 139 | - "lessonCount": 1, | 139 | + "lessonCount": 1, |
| 140 | - "date": "2016-11-29" | 140 | + "date": "2016-11-29" |
| 141 | } | 141 | } |
| 142 | ``` | 142 | ``` |
| 143 | 143 |
-
Please register or login to post a comment