chong

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

Auto commit by GitBook Editor
@@ -145,6 +145,17 @@ GET https://api.boxfish.cn/parents/learning/{student_id}/{date}?access_token=pa @@ -145,6 +145,17 @@ GET https://api.boxfish.cn/parents/learning/{student_id}/{date}?access_token=pa
145 GET https://api.boxfish.cn/parents/learning-between/{student_id}/{start_date}/{end_date}?access_token=parent0 145 GET https://api.boxfish.cn/parents/learning-between/{student_id}/{start_date}/{end_date}?access_token=parent0
146 146
147 ``` 147 ```
  148 +| Name | Type | Desc |
  149 +| :--- | :--- | :--- |
  150 +| student\_id | Long | 必须.学生id |
  151 +| start_date | String | 必须.开始时间(2016-11-29) |
  152 +| end_date | String | 必须.结束时间(2016-11-29) |
  153 +
  154 +
  155 +
  156 +
  157 +
  158 +
148 159
149 ### 数据库设计 160 ### 数据库设计
150 161