chong

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

Auto commit by GitBook Editor
... ... @@ -221,25 +221,10 @@ GET /parents/learning/lessons/{student_id}/{date}?access_token=parent0
"cover": "762e03932dcbc6a9e90d40771e9f2a66",
"channel": "STUDENT"
}
]
]
```
### 数据库设计
```
表名:
family_relation : 保存家长和学生关系的表
family_relation_invite : 家长邀请学生加入关系的表
student_lesson_learning : 学生课程学习表
student_day_learning : 学生当日学习表
```
### 4. 统计逻辑
```
在/event/behavoiur/push接口中,添加了学习时长统计;
在/event/statistic/exam/progress & /event/progress/article/progress 接口中,添加了学生今日学习和课程学习的统计.
```
... ...