chong

Updates 家长端服务/接口文档.md

Auto commit by GitBook Editor
@@ -53,7 +53,7 @@ POST https://api.boxfish.cn/login @@ -53,7 +53,7 @@ POST https://api.boxfish.cn/login
53 ### 家长发送学生验证码 POST 53 ### 家长发送学生验证码 POST
54 54
55 ``` 55 ```
56 -POST https://api.boxfish.cn/parents/family/mobile/invite/15504612470?access_token=admin 56 +POST https://api.boxfish.cn/parents/family/mobile/invite/15504612470?access_token=admin
57 ``` 57 ```
58 58
59 ``` 59 ```
@@ -172,56 +172,58 @@ GET https://api.boxfish.cn/parents/learning-between/{student_id}/{start_date}/{e @@ -172,56 +172,58 @@ GET https://api.boxfish.cn/parents/learning-between/{student_id}/{start_date}/{e
172 } 172 }
173 ] 173 ]
174 ``` 174 ```
  175 +
175 ### 家长查询今日课程学习详情接口 176 ### 家长查询今日课程学习详情接口
  177 +
176 ``` 178 ```
177 GET https://api.boxfish.cn/parents/learning/lessons/{student_id}/{date}?access_token=parent0 179 GET https://api.boxfish.cn/parents/learning/lessons/{student_id}/{date}?access_token=parent0
  180 +```
178 181
179 -```  
180 | Name | Type | Desc | 182 | Name | Type | Desc |
181 | :--- | :--- | :--- | 183 | :--- | :--- | :--- |
182 | student\_id | Long | 必须.学生id | 184 | student\_id | Long | 必须.学生id |
183 | date | String | 必须.时间(2016-11-25) | 185 | date | String | 必须.时间(2016-11-25) |
184 186
185 返回值 187 返回值
  188 +
186 ```json 189 ```json
187 - [ 190 +[
188 - { 191 + {
189 - "userId": 100000000721, 192 + "userId": 100000000721,
190 - "lesson": "L3NoYXJlL3N2bi9MZXZlbCAzX0Z1bmN0aW9uMS8wMjgu5aaC5L2V6K-i6Zeu5LuK5aSp5piv5ZGo5Yeg77yfLnhsc3g", 193 + "lesson": "L3NoYXJlL3N2bi9MZXZlbCAzX0Z1bmN0aW9uMS8wMjgu5aaC5L2V6K-i6Zeu5LuK5aSp5piv5ZGo5Yeg77yfLnhsc3g",
191 - "listeningTime": 21, 194 + "listeningTime": 21,
192 - "multiwordCount": 4, 195 + "multiwordCount": 4,
193 - "recordScore": 50, 196 + "recordScore": 50,
194 - "readWordCount": 11, 197 + "readWordCount": 11,
195 - "standard": 92, 198 + "standard": 92,
196 - "cover": "0736ff76b0fb8968a55a4d9cb393a22c", 199 + "cover": "0736ff76b0fb8968a55a4d9cb393a22c",
197 - "channel": "STUDENT" 200 + "channel": "STUDENT"
198 - }, 201 + },
199 - { 202 + {
200 - "userId": 100000000721, 203 + "userId": 100000000721,
201 - "lesson": "L3NoYXJlL3N2bi9MZXZlbCAzX0dyYW1tYXIxLzAwMy7lpoLkvZXmiormsLTmlbDmuIXmpZrvvJ8ueGxzeA", 204 + "lesson": "L3NoYXJlL3N2bi9MZXZlbCAzX0dyYW1tYXIxLzAwMy7lpoLkvZXmiormsLTmlbDmuIXmpZrvvJ8ueGxzeA",
202 - "listeningTime": 25, 205 + "listeningTime": 25,
203 - "multiwordCount": 3, 206 + "multiwordCount": 3,
204 - "recordScore": 35, 207 + "recordScore": 35,
205 - "readWordCount": 20, 208 + "readWordCount": 20,
206 - "standard": 84, 209 + "standard": 84,
207 - "cover": "90b0daa87d372d93d14a5b4bf22f865d", 210 + "cover": "90b0daa87d372d93d14a5b4bf22f865d",
208 - "channel": "STUDENT" 211 + "channel": "STUDENT"
209 - }, 212 + },
210 - { 213 + {
211 - "userId": 100000000721, 214 + "userId": 100000000721,
212 - "lesson": "L3NoYXJlL3N2bi9MZXZlbCA1X0Z1bmN0aW9uMS8yMDIuIOWmguS9leihqOi-vuKAnOWHoOWIhuS5i-WHoOKAne-8ny54bHN4", 215 + "lesson": "L3NoYXJlL3N2bi9MZXZlbCA1X0Z1bmN0aW9uMS8yMDIuIOWmguS9leihqOi-vuKAnOWHoOWIhuS5i-WHoOKAne-8ny54bHN4",
213 - "listeningTime": 66, 216 + "listeningTime": 66,
214 - "multiwordCount": 1, 217 + "multiwordCount": 1,
215 - "recordScore": 136, 218 + "recordScore": 136,
216 - "readWordCount": 19, 219 + "readWordCount": 19,
217 - "standard": 84, 220 + "standard": 84,
218 - "cover": "762e03932dcbc6a9e90d40771e9f2a66", 221 + "cover": "762e03932dcbc6a9e90d40771e9f2a66",
219 - "channel": "STUDENT" 222 + "channel": "STUDENT"
220 - } 223 + }
221 - ] 224 + ]
222 ``` 225 ```
223 226
224 -  
225 ### 数据库设计 227 ### 数据库设计
226 228
227 ``` 229 ```