chong

补充地址

... ... @@ -5,15 +5,15 @@
* `默认所有接口都要携带token` access_token
## 课程包含学习内容接口
* URL {env.url}
* URL {env.url}/course/{courseId}/info
* GET Method
* path 参数:
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| courseId | String | Y | app课程id| |
* request:
* response
* request 参数:
* response 参数:
| 变量名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
... ... @@ -24,19 +24,19 @@
| teacher | boolean | Y | 是否有老师版 true 有 | |
```
{
"key_knowledge": [
"that引导的宾语从句_that省略"
],
"words": [
"reason",
"year",
"about"
],
"phrases": [],
"student": true,
"teacher": true
}
{
"key_knowledge": [
"that引导的宾语从句_that省略"
],
"words": [
"reason",
"year",
"about"
],
"phrases": [],
"student": true,
"teacher": true
}
```
... ...