huayandong

add api

... ... @@ -4,6 +4,20 @@
- APP:学生端
- 版本:学生端X.X.0版(发布会版本)
1. 首页一级页面接口
###### 首页一级页面接口
-[x] URL: {{localhost}}/boxfish-wudaokou-paper/paper/ai/getPaperSummary?access_token={{token}}
\ No newline at end of file
- URL: {{localhost}}/boxfish-wudaokou-paper/paper/ai/getPaperSummary?access_token={{token}}
- Method: POST
- Request:
```json
{
"gradeList":[
"GRADE_4_B"
]
}
```
- Response:
```json
```
\ No newline at end of file
... ...