Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
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:56:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c600d5a757dd5f1fe6cf72082c39701c585e669a
c600d5a7
1 parent
a9793711
Updates 家长端服务/接口文档.md
Auto commit by GitBook Editor
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
1 deletions
家长端服务/接口文档.md
家长端服务/接口文档.md
View file @
c600d5a
...
...
@@ -183,7 +183,43 @@ GET https://api.boxfish.cn/parents/learning/lessons/{student_id}/{date}?access_t
| 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"
}
]
```
### 数据库设计
...
...
Please
register
or
login
to post a comment