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
2018-12-30 18:48:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e3339d5e7c53e1ab6015c09182f10a04cbf5a9da
e3339d5e
1 parent
670cdcd8
add api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
boxfish-paper/paper-20181228.md
boxfish-paper/paper-20181228.md
View file @
e3339d5
...
...
@@ -147,3 +147,25 @@ submitType的枚举值为:
--- | --- | ---
bookName | String | 书名
###### 9. app检查上传照片是不是同一套题接口
- URL: {{localhost}}/boxfish-wudaokou-paper/paper/ai/checkSubmitPaper?access_token=jbPYpe0p4l
- Method: GET
- RequestParam:
参数 | 类型 | 说明
--- | --- | ---
imageUrlList | 数组 |
```
text
{
"imageUrlList":
[
"image/9200/20181229/1546064409.jpg",
"image/9200/20181229/1546064415.jpg",
"image/9200/20181229/1546064423.jpg"
]
}
```
Response:
...
...
Please
register
or
login
to post a comment