Showing
1 changed file
with
3 additions
and
2 deletions
| @@ -5,13 +5,14 @@ | @@ -5,13 +5,14 @@ | ||
| 5 | * `默认所有接口都要携带token` access_token | 5 | * `默认所有接口都要携带token` access_token |
| 6 | 6 | ||
| 7 | # 历史课程成绩查询接口 | 7 | # 历史课程成绩查询接口 |
| 8 | - * URL {env.url}/report/clazz/group/{groupId}/lesson/{lesson}/total/completion | 8 | + * URL {env.url}/report/clazz/group/{classSmallId}/lesson/{coruseId}/total/completion |
| 9 | * GET Method | 9 | * GET Method |
| 10 | * path 参数: | 10 | * path 参数: |
| 11 | 11 | ||
| 12 | |参数名 | 类型 | 必填 | 说明 | 示例 | | 12 | |参数名 | 类型 | 必填 | 说明 | 示例 | |
| 13 | |-------------|--------|------|----------|------| | 13 | |-------------|--------|------|----------|------| |
| 14 | - | groupId | Long | Y |班级id| classSmallId | | 14 | + | classSmallId | Long | Y | classSmallId | classSmallId | |
| 15 | + | coruseId | String | Y |课程id| coruseId | | ||
| 15 | 16 | ||
| 16 | * request 参数: | 17 | * request 参数: |
| 17 | 18 |
-
Please register or login to post a comment