huayandong

add api

... ... @@ -30,8 +30,17 @@ private Double paperCorrectRate; // 纸质作业识别正确率
###### 2. 智能三件套首页接口
- URL:
>> 该接口就是智能三件套首页接口,只是在原来接口上增加一个参数`appIsNewVersion=true`,区分新旧APP请求
- URL: {{localhost}}/boxfish-wudaokou-paper/paper/ai/getPaperSummary?access_token=ypdoQ4gPPp&appIsNewVersion=true
- Method: POST
- RequestBody:
```text
{
"gradeList":[
"GRADE_4_B"
]
}
```
- ResponseBody:
\ No newline at end of file
... ...