Showing
1 changed file
with
16 additions
and
2 deletions
@@ -4,6 +4,20 @@ | @@ -4,6 +4,20 @@ | ||
4 | - APP:学生端 | 4 | - APP:学生端 |
5 | - 版本:学生端X.X.0版(发布会版本) | 5 | - 版本:学生端X.X.0版(发布会版本) |
6 | 6 | ||
7 | -1. 首页一级页面接口 | 7 | +###### 首页一级页面接口 |
8 | 8 | ||
9 | --[x] 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 | ||
11 | +- Request: | ||
12 | +```json | ||
13 | +{ | ||
14 | + "gradeList":[ | ||
15 | + "GRADE_4_B" | ||
16 | + ] | ||
17 | +} | ||
18 | +``` | ||
19 | + | ||
20 | +- Response: | ||
21 | +```json | ||
22 | + | ||
23 | +``` |
-
Please register or login to post a comment