chong

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

Auto commit by GitBook Editor
@@ -221,25 +221,10 @@ GET /parents/learning/lessons/{student_id}/{date}?access_token=parent0 @@ -221,25 +221,10 @@ GET /parents/learning/lessons/{student_id}/{date}?access_token=parent0
221 "cover": "762e03932dcbc6a9e90d40771e9f2a66", 221 "cover": "762e03932dcbc6a9e90d40771e9f2a66",
222 "channel": "STUDENT" 222 "channel": "STUDENT"
223 } 223 }
224 - ] 224 + ]
225 ``` 225 ```
226 226
227 -### 数据库设计  
228 227
229 -```  
230 -表名:  
231 - family_relation : 保存家长和学生关系的表  
232 - family_relation_invite : 家长邀请学生加入关系的表  
233 - student_lesson_learning : 学生课程学习表  
234 - student_day_learning : 学生当日学习表  
235 -```  
236 -  
237 -### 4. 统计逻辑  
238 -  
239 -```  
240 -在/event/behavoiur/push接口中,添加了学习时长统计;  
241 -在/event/statistic/exam/progress & /event/progress/article/progress 接口中,添加了学生今日学习和课程学习的统计.  
242 -```  
243 228
244 229
245 230