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-28 18:28:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
765070de26e200b1ec6f6c4869a3926952c6964f
765070de
1 parent
c57ebe75
add api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletions
boxfish-paper/paper-20181228.md
boxfish-paper/paper-20181228.md
View file @
765070d
...
...
@@ -73,4 +73,19 @@ teacherId | String | 自主学习课程ID
studentId | Long |
paperId | string | 纸质作业课程ID
questionId | string |
questionIsCorrect | boolean |
\ No newline at end of file
questionIsCorrect | boolean |
###### 7. 纸质作业统一提交接口
>> 之前"班级作业"和"自有练习册"提交纸质作业分为两个提交接口,但是后来发现两个接口可以合并,为了方便维护,推荐使用统一提交接口。
-
URL: {{localhost}}/boxfish-wudaokou-paper/paper/student/submitPaperTask?access_token={{access_token}}
-
Method: POST
-
Request:
参数 | 类型 | 说明
--- | --- | ---
paperId | String | 自有练习册该字段为null,公立学校该字段必须有值
imageUrl | String | 图片地址
...
...
Please
register
or
login
to post a comment