huayandong

add api

... ... @@ -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:
... ...