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
lhach92
2015-04-21 19:02:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
918fcad49c19207cc09371410fb61995db6afb41
918fcad4
1 parent
2305113c
Updated 查看学习历史 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
查看学习历史.md
查看学习历史.md
View file @
918fcad
### 查看学习历史的日期列表
```
**接口地址:**
接口地址:
/course_history/date
**GET参数:**
GET参数:
Long user_id 非必须 当没有user_id 时查询的是查询人的课程历史
**返回值:**
返回值:
{ course_date: [{
count: "4",
date: "2015.03.19"
...
...
@@ -18,10 +18,10 @@ count:当天学习课程数
### 查看学习历史日期列表的详细信息(附带课程名)(分页)
```
**接口地址:**
接口地址:
/course_history/date/lesson
**返回值:**
返回值:
{
"2014.10.10" : [ "Unit 1 Can you play the guitar? Section A 句型&语法" ],
"2014.09.29" : [ "Unit 1 真题", "Unit1 My name's Gina 1" ],
...
...
@@ -29,18 +29,18 @@ count:当天学习课程数
}
date:日期列表
**请求下一页:**
请求下一页:
返回头中包含Link字段,说明有下一页,Link字段的内容为下一页的URL地址。
```
### 根据日期列表查看当日的学习历史
```
**接口地址:**
接口地址:
/course_history/get_history
**GET参数:**
GET参数:
Long user_id 非必须 当没有user_id 时查询的是查询人的课程历史
String date 时间
**返回值:**
返回值:
{
"course_history" : [ {
"courseId" : "L3NoYXJlL3N2bi_kuK3nuqflkKzor7sxLzAyMC7lj43lr7noh6rooYzovabnvZrmrL7vvIzmiJHmnInliJvmhI_vvIEueGxzeA",
...
...
Please
register
or
login
to post a comment