Showing
1 changed file
with
37 additions
and
1 deletions
@@ -183,7 +183,43 @@ GET https://api.boxfish.cn/parents/learning/lessons/{student_id}/{date}?access_t | @@ -183,7 +183,43 @@ GET https://api.boxfish.cn/parents/learning/lessons/{student_id}/{date}?access_t | ||
183 | | date | String | 必须.时间(2016-11-25) | | 183 | | date | String | 必须.时间(2016-11-25) | |
184 | 184 | ||
185 | 返回值 | 185 | 返回值 |
186 | - | 186 | +```json |
187 | + [ | ||
188 | + { | ||
189 | + "userId": 100000000721, | ||
190 | + "lesson": "L3NoYXJlL3N2bi9MZXZlbCAzX0Z1bmN0aW9uMS8wMjgu5aaC5L2V6K-i6Zeu5LuK5aSp5piv5ZGo5Yeg77yfLnhsc3g", | ||
191 | + "listeningTime": 21, | ||
192 | + "multiwordCount": 4, | ||
193 | + "recordScore": 50, | ||
194 | + "readWordCount": 11, | ||
195 | + "standard": 92, | ||
196 | + "cover": "0736ff76b0fb8968a55a4d9cb393a22c", | ||
197 | + "channel": "STUDENT" | ||
198 | + }, | ||
199 | + { | ||
200 | + "userId": 100000000721, | ||
201 | + "lesson": "L3NoYXJlL3N2bi9MZXZlbCAzX0dyYW1tYXIxLzAwMy7lpoLkvZXmiormsLTmlbDmuIXmpZrvvJ8ueGxzeA", | ||
202 | + "listeningTime": 25, | ||
203 | + "multiwordCount": 3, | ||
204 | + "recordScore": 35, | ||
205 | + "readWordCount": 20, | ||
206 | + "standard": 84, | ||
207 | + "cover": "90b0daa87d372d93d14a5b4bf22f865d", | ||
208 | + "channel": "STUDENT" | ||
209 | + }, | ||
210 | + { | ||
211 | + "userId": 100000000721, | ||
212 | + "lesson": "L3NoYXJlL3N2bi9MZXZlbCA1X0Z1bmN0aW9uMS8yMDIuIOWmguS9leihqOi-vuKAnOWHoOWIhuS5i-WHoOKAne-8ny54bHN4", | ||
213 | + "listeningTime": 66, | ||
214 | + "multiwordCount": 1, | ||
215 | + "recordScore": 136, | ||
216 | + "readWordCount": 19, | ||
217 | + "standard": 84, | ||
218 | + "cover": "762e03932dcbc6a9e90d40771e9f2a66", | ||
219 | + "channel": "STUDENT" | ||
220 | + } | ||
221 | + ] | ||
222 | +``` | ||
187 | 223 | ||
188 | 224 | ||
189 | ### 数据库设计 | 225 | ### 数据库设计 |
-
Please register or login to post a comment