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 16:50:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
db5455061339ad780ec497845c24664359902d88
db545506
1 parent
7fe82a25
Updates 家长端服务/接口文档.md
Auto commit by GitBook Editor
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletions
家长端服务/接口文档.md
家长端服务/接口文档.md
View file @
db54550
...
...
@@ -151,7 +151,23 @@ GET https://api.boxfish.cn/parents/learning-between/{student_id}/{start_date}/{e
| start_date | String | 必须.开始时间(2016-11-25) |
| end_date | String | 必须.结束时间(2016-11-29) |
返回值
```
json
[
{
"learningTime"
:
1372
,
"date"
:
"2016-11-25"
},
{
"learningTime"
:
6216
,
"date"
:
"2016-11-26"
},
{
"learningTime"
:
3106
,
"date"
:
"2016-11-27"
}
]
```
...
...
Please
register
or
login
to post a comment