Toggle navigation
Toggle navigation
This project
Loading...
Sign in
huayandong
/
recommend-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
huayandong
2019-01-10 15:19:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
00cfa7c2aac10932042a48496a4adb9b6bc2de75
00cfa7c2
1 parent
3f8acdc9
add api
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
boxfish-paper/paper-20181228.md
boxfish-paper/paper-20181228.md
View file @
00cfa7c
...
...
@@ -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`,停止轮询,同时返回体重有需要显示的数据
...
...
Please
register
or
login
to post a comment