chong

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

Auto commit by GitBook Editor
... ... @@ -121,7 +121,26 @@ GET https://api.boxfish.cn/parents/{student_Id}/info?access_token=admin
### 家长查询学生今日学习接口
GET https://api.boxfish.cn/parents/learning/{student\_id}/{date}?access\_token=parent0
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)
| Name | Type | Desc |
| :--- | :--- | :--- |
| student\_id | Long | 必须.学生id |
| date | String | 必须.时间(2016-11-29) |
返回值
```json
{
"userId": 100000000721,
"listeningTime": 66,
"learningTime": 13735,
"multiwordCount": 1,
"readWordCount": 19,
"lessonCount": 1,
"date": "2016-11-29"
}
```
### 数据库设计
... ...