Showing
1 changed file
with
16 additions
and
16 deletions
@@ -5,15 +5,15 @@ | @@ -5,15 +5,15 @@ | ||
5 | * `默认所有接口都要携带token` access_token | 5 | * `默认所有接口都要携带token` access_token |
6 | 6 | ||
7 | ## 课程包含学习内容接口 | 7 | ## 课程包含学习内容接口 |
8 | - * URL {env.url} | 8 | + * URL {env.url}/course/{courseId}/info |
9 | * GET Method | 9 | * GET Method |
10 | * path 参数: | 10 | * path 参数: |
11 | 11 | ||
12 | |参数名 | 类型 | 必填 | 说明 | 示例 | | 12 | |参数名 | 类型 | 必填 | 说明 | 示例 | |
13 | |-------------|--------|------|----------|------| | 13 | |-------------|--------|------|----------|------| |
14 | | courseId | String | Y | app课程id| | | 14 | | courseId | String | Y | app课程id| | |
15 | - * request: | 15 | + * request 参数: |
16 | - * response: | 16 | + * response 参数: |
17 | 17 | ||
18 | | 变量名 | 类型 | 必填 | 说明 | 示例 | | 18 | | 变量名 | 类型 | 必填 | 说明 | 示例 | |
19 | |-------------|--------|------|----------|------| | 19 | |-------------|--------|------|----------|------| |
@@ -24,19 +24,19 @@ | @@ -24,19 +24,19 @@ | ||
24 | | teacher | boolean | Y | 是否有老师版 true 有 | | | 24 | | teacher | boolean | Y | 是否有老师版 true 有 | | |
25 | 25 | ||
26 | ``` | 26 | ``` |
27 | - { | 27 | + { |
28 | - "key_knowledge": [ | 28 | + "key_knowledge": [ |
29 | - "that引导的宾语从句_that省略" | 29 | + "that引导的宾语从句_that省略" |
30 | - ], | 30 | + ], |
31 | - "words": [ | 31 | + "words": [ |
32 | - "reason", | 32 | + "reason", |
33 | - "year", | 33 | + "year", |
34 | - "about" | 34 | + "about" |
35 | - ], | 35 | + ], |
36 | - "phrases": [], | 36 | + "phrases": [], |
37 | - "student": true, | 37 | + "student": true, |
38 | - "teacher": true | 38 | + "teacher": true |
39 | -} | 39 | + } |
40 | ``` | 40 | ``` |
41 | 41 | ||
42 | 42 |
-
Please register or login to post a comment