Showing
1 changed file
with
10 additions
and
1 deletions
@@ -30,8 +30,17 @@ private Double paperCorrectRate; // 纸质作业识别正确率 | @@ -30,8 +30,17 @@ private Double paperCorrectRate; // 纸质作业识别正确率 | ||
30 | 30 | ||
31 | ###### 2. 智能三件套首页接口 | 31 | ###### 2. 智能三件套首页接口 |
32 | 32 | ||
33 | -- URL: | 33 | +>> 该接口就是智能三件套首页接口,只是在原来接口上增加一个参数`appIsNewVersion=true`,区分新旧APP请求 |
34 | + | ||
35 | +- URL: {{localhost}}/boxfish-wudaokou-paper/paper/ai/getPaperSummary?access_token=ypdoQ4gPPp&appIsNewVersion=true | ||
34 | - Method: POST | 36 | - Method: POST |
35 | - RequestBody: | 37 | - RequestBody: |
38 | +```text | ||
39 | +{ | ||
40 | + "gradeList":[ | ||
41 | + "GRADE_4_B" | ||
42 | + ] | ||
43 | +} | ||
44 | +``` | ||
36 | 45 | ||
37 | - ResponseBody: | 46 | - ResponseBody: |
-
Please register or login to post a comment