Showing
1 changed file
with
2 additions
and
5 deletions
@@ -24,13 +24,12 @@ | @@ -24,13 +24,12 @@ | ||
24 | 返回体结构与种老师接口返回一致,但是增加了两个变量: | 24 | 返回体结构与种老师接口返回一致,但是增加了两个变量: |
25 | private String paperId; // 纸质作业课程ID | 25 | private String paperId; // 纸质作业课程ID |
26 | private Double paperCorrectRate; // 纸质作业识别正确率 | 26 | private Double paperCorrectRate; // 纸质作业识别正确率 |
27 | - | ||
28 | ``` | 27 | ``` |
29 | 28 | ||
30 | - | ||
31 | - | ||
32 | ###### 2. 智能三件套首页接口 | 29 | ###### 2. 智能三件套首页接口 |
33 | 30 | ||
31 | +> 该接口就是智能三件套首页接口,只是在原来接口上增加一个参数`appIsNewVersion=true`,区分新旧APP请求 | ||
32 | + | ||
34 | - URL: {{localhost}}/boxfish-wudaokou-paper/paper/ai/getPaperSummary?access_token=ypdoQ4gPPp&appIsNewVersion=true | 33 | - URL: {{localhost}}/boxfish-wudaokou-paper/paper/ai/getPaperSummary?access_token=ypdoQ4gPPp&appIsNewVersion=true |
35 | - Method: POST | 34 | - Method: POST |
36 | - RequestBody: | 35 | - RequestBody: |
@@ -43,5 +42,3 @@ private Double paperCorrectRate; // 纸质作业识别正确率 | @@ -43,5 +42,3 @@ private Double paperCorrectRate; // 纸质作业识别正确率 | ||
43 | ``` | 42 | ``` |
44 | 43 | ||
45 | - ResponseBody: | 44 | - ResponseBody: |
46 | - | ||
47 | - |
-
Please register or login to post a comment