Showing
1 changed file
with
22 additions
and
0 deletions
@@ -147,3 +147,25 @@ submitType的枚举值为: | @@ -147,3 +147,25 @@ submitType的枚举值为: | ||
147 | --- | --- | --- | 147 | --- | --- | --- |
148 | bookName | String | 书名 | 148 | bookName | String | 书名 |
149 | 149 | ||
150 | + | ||
151 | +###### 9. app检查上传照片是不是同一套题接口 | ||
152 | +- URL: {{localhost}}/boxfish-wudaokou-paper/paper/ai/checkSubmitPaper?access_token=jbPYpe0p4l | ||
153 | +- Method: GET | ||
154 | +- RequestParam: | ||
155 | + | ||
156 | +参数 | 类型 | 说明 | ||
157 | +--- | --- | --- | ||
158 | +imageUrlList | 数组 | | ||
159 | + | ||
160 | +```text | ||
161 | +{ | ||
162 | + "imageUrlList":[ | ||
163 | + "image/9200/20181229/1546064409.jpg", | ||
164 | + "image/9200/20181229/1546064415.jpg", | ||
165 | + "image/9200/20181229/1546064423.jpg" | ||
166 | + ] | ||
167 | +} | ||
168 | +``` | ||
169 | + | ||
170 | +Response: | ||
171 | + |
-
Please register or login to post a comment