Showing
1 changed file
with
5 additions
and
7 deletions
@@ -148,14 +148,10 @@ submitType的枚举值为: | @@ -148,14 +148,10 @@ submitType的枚举值为: | ||
148 | bookName | String | 书名 | 148 | bookName | String | 书名 |
149 | 149 | ||
150 | 150 | ||
151 | -###### 9. app检查上传照片是不是同一套题接口 | 151 | +###### 9. APP轮询获取识别结果接口 |
152 | -- URL: {{localhost}}/boxfish-wudaokou-paper/paper/ai/checkSubmitPaper?access_token=jbPYpe0p4l | 152 | +- URL: {{localhost}}/boxfish-wudaokou-paper/paper/ai/schedule/checkSubmitPaper?access_token=kuDb43NH1c |
153 | - Method: POST | 153 | - Method: POST |
154 | -- RequestParam: | 154 | +- RequestBody |
155 | - | ||
156 | -参数 | 类型 | 说明 | ||
157 | ---- | --- | --- | ||
158 | -imageUrlList | 数组 | | ||
159 | 155 | ||
160 | ```text | 156 | ```text |
161 | { | 157 | { |
@@ -169,3 +165,5 @@ imageUrlList | 数组 | | @@ -169,3 +165,5 @@ imageUrlList | 数组 | | ||
169 | 165 | ||
170 | Response: | 166 | Response: |
171 | 167 | ||
168 | +> 返回体中新增加字段:`continueSchedule`,当`continueSchedule=true`时,APP需要继续轮询轮询;`continueSchedule=false`,停止轮询,同时返回体重有需要显示的数据 | ||
169 | + |
-
Please register or login to post a comment