Showing
1 changed file
with
3 additions
and
0 deletions
@@ -9,6 +9,7 @@ | @@ -9,6 +9,7 @@ | ||
9 | - URL: {{localhost}}/boxfish-wudaokou-paper/paper/ai/getPaperSummary?access_token={{token}} | 9 | - URL: {{localhost}}/boxfish-wudaokou-paper/paper/ai/getPaperSummary?access_token={{token}} |
10 | - Method: POST | 10 | - Method: POST |
11 | - Request: | 11 | - Request: |
12 | + | ||
12 | ```json | 13 | ```json |
13 | { | 14 | { |
14 | "gradeList":[ | 15 | "gradeList":[ |
@@ -18,6 +19,7 @@ | @@ -18,6 +19,7 @@ | ||
18 | ``` | 19 | ``` |
19 | 20 | ||
20 | - Response: | 21 | - Response: |
22 | + | ||
21 | ```json | 23 | ```json |
22 | 24 | ||
23 | ``` | 25 | ``` |
@@ -27,6 +29,7 @@ | @@ -27,6 +29,7 @@ | ||
27 | - URL: {{localhost}}/boxfish-wudaokou-paper/paper/ai/getPaperList?access_token={{token}} | 29 | - URL: {{localhost}}/boxfish-wudaokou-paper/paper/ai/getPaperList?access_token={{token}} |
28 | - Method: POST | 30 | - Method: POST |
29 | - Request: | 31 | - Request: |
32 | + | ||
30 | ```json | 33 | ```json |
31 | { | 34 | { |
32 | "courseTypeV3":"READING", | 35 | "courseTypeV3":"READING", |
-
Please register or login to post a comment