huayandong

doc api

... ... @@ -6,11 +6,28 @@
##### 1. 首页获取四会单词课摘要接口
- URL: {{localhost}}/boxfish-wudaokou-paper/paper/textbook/getTextbookSummary?access_token=tqgdSAzuFF
- Method: POST
- Method: GET
- 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: POST
- Method: GET
- RequestParam:
参数 | 类型 | 说明
... ...