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-07-29 14:50:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5bdbe1207247424488ef4c87e8e5ec98a2dade32
5bdbe120
1 parent
3bc88e12
update doc api
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
boxfish-paper/paper-内容研发做课APP接口.md
boxfish-paper/paper-内容研发做课APP接口.md
View file @
5bdbe12
...
...
@@ -88,13 +88,27 @@ bookId | long | 书的ID
```
##### 3. 【旧接口,只有在内容研发做课APP上使用】清除学生上传纸质作业记录
##### 3. 【旧接口,只有在内容研发做课APP上使用】拍照提交接口
-
URL: {{localhost}}/boxfish-wudaokou-paper/paper/student/submitPaperTask?access_token={{access_token}}&submitType=SUBMIT_PUBLIC_SCHOOL&appIsExperience=true
-
Method: POST
-
RequestBody:
```
json5
{
"paperId": "submit_paperId",
"imageUrl": "test_imageUrl"
}
```
##### 4. 【旧接口,只有在内容研发做课APP上使用】清除学生上传纸质作业记录
-
URL: {{localhost}}/boxfish-wudaokou-paper/paper/manage/develop/clean/student/spoor/inner/only?access_token=76oRwgOqPb
-
Method: POST
#####
3
. 【旧接口,需要在指定接口上拼接指定参数】参数:`appIsExperience = true`
#####
5
. 【旧接口,需要在指定接口上拼接指定参数】参数:`appIsExperience = true`
1.
APP轮询获取纸质作业识别结果的接口:
`/paper/ai/schedule/checkSubmitPaper`
2.
获取纸质作业主观题识别结果的接口:
`/paper/student/paper_detail`
...
...
Please
register
or
login
to post a comment