Showing
1 changed file
with
1 additions
and
1 deletions
@@ -142,7 +142,7 @@ GET https://api.boxfish.cn/parents/learning/{student_id}/{date}?access_token=pa | @@ -142,7 +142,7 @@ GET https://api.boxfish.cn/parents/learning/{student_id}/{date}?access_token=pa | ||
142 | ``` | 142 | ``` |
143 | ### 家长查询学生周学习时长接口 | 143 | ### 家长查询学生周学习时长接口 |
144 | ``` | 144 | ``` |
145 | -GET https://api.boxfish.cn/parents/learning-between/100000000721/2016-11-25/2016-11-27?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 | 148 |
-
Please register or login to post a comment