Showing
1 changed file
with
20 additions
and
1 deletions
@@ -121,7 +121,26 @@ GET https://api.boxfish.cn/parents/{student_Id}/info?access_token=admin | @@ -121,7 +121,26 @@ GET https://api.boxfish.cn/parents/{student_Id}/info?access_token=admin | ||
121 | 121 | ||
122 | ### 家长查询学生今日学习接口 | 122 | ### 家长查询学生今日学习接口 |
123 | 123 | ||
124 | -GET https://api.boxfish.cn/parents/learning/{student\_id}/{date}?access\_token=parent0 | 124 | +GET [https://api.boxfish.cn/parents/learning/{student\\_id}/{date}?access\\_token=parent0](https://api.boxfish.cn/parents/learning/{student\_id}/{date}?access\_token=parent0) |
125 | + | ||
126 | +| Name | Type | Desc | | ||
127 | +| :--- | :--- | :--- | | ||
128 | +| student\_id | Long | 必须.学生id | | ||
129 | +| date | String | 必须.时间(2016-11-29) | | ||
130 | + | ||
131 | +返回值 | ||
132 | +```json | ||
133 | + { | ||
134 | + "userId": 100000000721, | ||
135 | + "listeningTime": 66, | ||
136 | + "learningTime": 13735, | ||
137 | + "multiwordCount": 1, | ||
138 | + "readWordCount": 19, | ||
139 | + "lessonCount": 1, | ||
140 | + "date": "2016-11-29" | ||
141 | + } | ||
142 | +``` | ||
143 | + | ||
125 | 144 | ||
126 | ### 数据库设计 | 145 | ### 数据库设计 |
127 | 146 |
-
Please register or login to post a comment