huayandong

add api

... ... @@ -148,14 +148,10 @@ submitType的枚举值为:
bookName | String | 书名
###### 9. app检查上传照片是不是同一套题接口
- URL: {{localhost}}/boxfish-wudaokou-paper/paper/ai/checkSubmitPaper?access_token=jbPYpe0p4l
###### 9. APP轮询获取识别结果接口
- URL: {{localhost}}/boxfish-wudaokou-paper/paper/ai/schedule/checkSubmitPaper?access_token=kuDb43NH1c
- Method: POST
- RequestParam:
参数 | 类型 | 说明
--- | --- | ---
imageUrlList | 数组 |
- RequestBody
```text
{
... ... @@ -169,3 +165,5 @@ imageUrlList | 数组 |
Response:
> 返回体中新增加字段:`continueSchedule`,当`continueSchedule=true`时,APP需要继续轮询轮询;`continueSchedule=false`,停止轮询,同时返回体重有需要显示的数据
... ...