Toggle navigation
Toggle navigation
This project
Loading...
Sign in
huayandong
/
recommend-api
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
huayandong
2019-04-30 11:31:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
26789acb23f7ef0632ca4a66232277d5040be908
26789acb
1 parent
9a34a53d
doc api
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
2 deletions
boxfish-paper/paper-智能四会课接口.md
boxfish-paper/paper-智能四会课接口.md
View file @
26789ac
...
...
@@ -6,11 +6,28 @@
##### 1. 首页获取四会单词课摘要接口
-
URL: {{localhost}}/boxfish-wudaokou-paper/paper/textbook/getTextbookSummary?access_token=tqgdSAzuFF
-
Method:
POS
T
-
Method:
GE
T
-
RequestBody:
-
ResponseBody:
```
json
{
"userId"
:
100000006030
,
"flagNoPaperTextbook"
:
false
,
//
是否显示
"智能四会课程"
这个模块,true:不显示,false:显示。
"summaryList"
:
[
{
"typeDesc"
:
"智能同步四会单词课"
,
"type"
:
"PAPER_TEXTBOOK_WORD"
,
"amountCourse"
:
19
,
"courseName"
:
"北师版高中必修4 Learning to learn"
,
"courseCover"
:
"340f6c485dbb9268f2b46f017708e4de"
}
]
}
```
> `summaryList`集合里类对象的属性:
```
java
public
static
class
TextBookSummary
{
private
String
type
;
...
...
@@ -30,7 +47,7 @@ public static class TextBookSummary {
##### 2. 点击进入四会单词课模块,进入课程列表接口
-
URL: {{localhost}}/boxfish-wudaokou-paper/paper/textbook/getTextbookList?access_token=tqgdSAzuFF&textbookType=PAPER_TEXTBOOK_WORD
-
Method:
POS
T
-
Method:
GE
T
-
RequestParam:
参数 | 类型 | 说明
...
...
Please
register
or
login
to post a comment