Toggle navigation
Toggle navigation
This project
Loading...
Sign in
docs
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
chong
2017-01-10 17:11:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6c4a6f279ca6f923f449f988daf042f6909aeebb
6c4a6f27
1 parent
b70ac98e
Updates 家长端服务/接口文档.md
Auto commit by GitBook Editor
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
家长端服务/接口文档.md
家长端服务/接口文档.md
View file @
6c4a6f2
...
...
@@ -172,19 +172,22 @@ GET https://api.boxfish.cn/parents/learning-between/{student_id}/{start_date}/{e
}
]
```
### 家长查询今日课程学习详情接口
```
GET https://api.boxfish.cn/parents/learning/lessons/{student_id}/{date}?access_token=parent0
```
| Name | Type | Desc |
| :--- | :--- | :--- |
| student
\_
id | Long | 必须.学生id |
| date | String | 必须.时间(2016-11-25) |
返回值
```
json
[
[
{
"userId"
:
100000000721
,
"lesson"
:
"L3NoYXJlL3N2bi9MZXZlbCAzX0Z1bmN0aW9uMS8wMjgu5aaC5L2V6K-i6Zeu5LuK5aSp5piv5ZGo5Yeg77yfLnhsc3g"
,
...
...
@@ -221,7 +224,6 @@ GET https://api.boxfish.cn/parents/learning/lessons/{student_id}/{date}?access_t
]
```
### 数据库设计
```
...
...
Please
register
or
login
to post a comment