Showing
1 changed file
with
8 additions
and
1 deletions
@@ -8,9 +8,16 @@ | @@ -8,9 +8,16 @@ | ||
8 | 8 | ||
9 | ###### 1. 外教练习纠正课"未完成"模块 | 9 | ###### 1. 外教练习纠正课"未完成"模块 |
10 | 10 | ||
11 | -- URL: {{localhost}}/boxfish-wudaokou-paper//ai/paper/getUnConsumeNoteCourse?access_token={{token}}&grade=GRADE_4_B | 11 | +- URL: {{localhost}}/boxfish-wudaokou-paper//ai/paper/getUnConsumeNoteCourse?access_token={{token}} |
12 | - Method: POST | 12 | - Method: POST |
13 | - RequestBody: | 13 | - RequestBody: |
14 | +```text | ||
15 | +{ | ||
16 | + "gradeList":[ | ||
17 | + "GRADE_4_B" | ||
18 | + ] | ||
19 | +} | ||
20 | +``` | ||
14 | 21 | ||
15 | - ResponseBody: | 22 | - ResponseBody: |
16 | 23 |
-
Please register or login to post a comment