Showing
1 changed file
with
11 additions
and
2 deletions
@@ -6,9 +6,18 @@ | @@ -6,9 +6,18 @@ | ||
6 | 6 | ||
7 | - URL: {{localhost}}/boxfish-wudaokou-paper/paper/teacher/paperV1/getPaperSummary?access_token={{access_token}} | 7 | - URL: {{localhost}}/boxfish-wudaokou-paper/paper/teacher/paperV1/getPaperSummary?access_token={{access_token}} |
8 | - Method: GET | 8 | - Method: GET |
9 | +- RequestParam: | ||
9 | - ResponseBody: | 10 | - ResponseBody: |
10 | 11 | ||
11 | -```json5 | 12 | + |
13 | + 变量名 | 类型 | 说明 | ||
14 | + :--- | :--- | :--- | ||
15 | +status | String | 接口请求状态码:`status = SUCCESS`请求成功,`status = ERROR`请求失败 | ||
16 | +partList | Array.<number> | 培优课三个模块的返回体,三件套单词、三件套知识点、三件套阅读 | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | +```json | ||
12 | { | 21 | { |
13 | "status": "SUCCESS", | 22 | "status": "SUCCESS", |
14 | "partList": [ | 23 | "partList": [ |
@@ -80,7 +89,7 @@ | @@ -80,7 +89,7 @@ | ||
80 | 89 | ||
81 | - ResponseBody: | 90 | - ResponseBody: |
82 | 91 | ||
83 | -```json5 | 92 | +```json |
84 | { | 93 | { |
85 | "status": "SUCCESS", | 94 | "status": "SUCCESS", |
86 | "courseList": [ | 95 | "courseList": [ |
-
Please register or login to post a comment