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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
38 deletions
家长端服务/接口文档.md
家长端服务/接口文档.md
View file @
6c4a6f2
...
...
@@ -53,7 +53,7 @@ POST https://api.boxfish.cn/login
### 家长发送学生验证码 POST
```
POST
https://api.boxfish.cn/parents/family/mobile/invite/15504612470?access_token=admin
POST https://api.boxfish.cn/parents/family/mobile/invite/15504612470?access_token=admin
```
```
...
...
@@ -172,56 +172,58 @@ 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"
,
"listeningTime"
:
21
,
"multiwordCount"
:
4
,
"recordScore"
:
50
,
"readWordCount"
:
11
,
"standard"
:
92
,
"cover"
:
"0736ff76b0fb8968a55a4d9cb393a22c"
,
"channel"
:
"STUDENT"
},
{
"userId"
:
100000000721
,
"lesson"
:
"L3NoYXJlL3N2bi9MZXZlbCAzX0dyYW1tYXIxLzAwMy7lpoLkvZXmiormsLTmlbDmuIXmpZrvvJ8ueGxzeA"
,
"listeningTime"
:
25
,
"multiwordCount"
:
3
,
"recordScore"
:
35
,
"readWordCount"
:
20
,
"standard"
:
84
,
"cover"
:
"90b0daa87d372d93d14a5b4bf22f865d"
,
"channel"
:
"STUDENT"
},
{
"userId"
:
100000000721
,
"lesson"
:
"L3NoYXJlL3N2bi9MZXZlbCA1X0Z1bmN0aW9uMS8yMDIuIOWmguS9leihqOi-vuKAnOWHoOWIhuS5i-WHoOKAne-8ny54bHN4"
,
"listeningTime"
:
66
,
"multiwordCount"
:
1
,
"recordScore"
:
136
,
"readWordCount"
:
19
,
"standard"
:
84
,
"cover"
:
"762e03932dcbc6a9e90d40771e9f2a66"
,
"channel"
:
"STUDENT"
}
]
[
{
"userId"
:
100000000721
,
"lesson"
:
"L3NoYXJlL3N2bi9MZXZlbCAzX0Z1bmN0aW9uMS8wMjgu5aaC5L2V6K-i6Zeu5LuK5aSp5piv5ZGo5Yeg77yfLnhsc3g"
,
"listeningTime"
:
21
,
"multiwordCount"
:
4
,
"recordScore"
:
50
,
"readWordCount"
:
11
,
"standard"
:
92
,
"cover"
:
"0736ff76b0fb8968a55a4d9cb393a22c"
,
"channel"
:
"STUDENT"
},
{
"userId"
:
100000000721
,
"lesson"
:
"L3NoYXJlL3N2bi9MZXZlbCAzX0dyYW1tYXIxLzAwMy7lpoLkvZXmiormsLTmlbDmuIXmpZrvvJ8ueGxzeA"
,
"listeningTime"
:
25
,
"multiwordCount"
:
3
,
"recordScore"
:
35
,
"readWordCount"
:
20
,
"standard"
:
84
,
"cover"
:
"90b0daa87d372d93d14a5b4bf22f865d"
,
"channel"
:
"STUDENT"
},
{
"userId"
:
100000000721
,
"lesson"
:
"L3NoYXJlL3N2bi9MZXZlbCA1X0Z1bmN0aW9uMS8yMDIuIOWmguS9leihqOi-vuKAnOWHoOWIhuS5i-WHoOKAne-8ny54bHN4"
,
"listeningTime"
:
66
,
"multiwordCount"
:
1
,
"recordScore"
:
136
,
"readWordCount"
:
19
,
"standard"
:
84
,
"cover"
:
"762e03932dcbc6a9e90d40771e9f2a66"
,
"channel"
:
"STUDENT"
}
]
```
### 数据库设计
```
...
...
Please
register
or
login
to post a comment