Showing
3 changed files
with
4 additions
and
2 deletions
styles/ebook.css
0 → 100644
| 1 | +/* CSS for ebook */ |
styles/print.css
0 → 100644
| 1 | +/* CSS for print */ |
| 1 | -## 家长服务接口 | 1 | +家长服务接口 |
| 2 | 2 | ||
| 3 | ### 用户注册 | 3 | ### 用户注册 |
| 4 | 4 | ||
| @@ -176,7 +176,7 @@ GET https://api.boxfish.cn/parents/learning-between/{student_id}/{start_date}/{e | @@ -176,7 +176,7 @@ GET https://api.boxfish.cn/parents/learning-between/{student_id}/{start_date}/{e | ||
| 176 | ### 家长查询今日课程学习详情接口 | 176 | ### 家长查询今日课程学习详情接口 |
| 177 | 177 | ||
| 178 | ``` | 178 | ``` |
| 179 | -GET https://api.boxfish.cn/parents/learning/lessons/{student_id}/{date}?access_token=parent0 | 179 | +GET /parents/learning/lessons/{student_id}/{date}?access_token=parent0 |
| 180 | ``` | 180 | ``` |
| 181 | 181 | ||
| 182 | | Name | Type | Desc | | 182 | | Name | Type | Desc | |
-
Please register or login to post a comment