chong

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

Auto commit by GitBook Editor
@@ -172,19 +172,22 @@ GET https://api.boxfish.cn/parents/learning-between/{student_id}/{start_date}/{e @@ -172,19 +172,22 @@ 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
178 -  
179 ``` 180 ```
  181 +
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",
@@ -221,7 +224,6 @@ GET https://api.boxfish.cn/parents/learning/lessons/{student_id}/{date}?access_t @@ -221,7 +224,6 @@ GET https://api.boxfish.cn/parents/learning/lessons/{student_id}/{date}?access_t
221 ] 224 ]
222 ``` 225 ```
223 226
224 -  
225 ### 数据库设计 227 ### 数据库设计
226 228
227 ``` 229 ```