Showing
1 changed file
with
10 additions
and
0 deletions
@@ -88,6 +88,16 @@ bookId | long | 书的ID | @@ -88,6 +88,16 @@ bookId | long | 书的ID | ||
88 | ``` | 88 | ``` |
89 | 89 | ||
90 | 90 | ||
91 | +> 新旧paper课主观题完成状态字段对比 | ||
92 | + | ||
93 | +状态 | 旧接口字段值 | 新接口字段值 | ||
94 | + :--- | :--- | :--- | ||
95 | +没有提交记录:不显示 | zero | NO_SUBMIT | ||
96 | +只提交部分作业:显示红色感叹哈 | half | PART_SUBMIT | ||
97 | +正在校审中:显示黄色等待 | supervising | SUPERVISING | ||
98 | +校审结束:显示小绿旗 | total | SUPERVISING_FINISHED | ||
99 | + | ||
100 | + | ||
91 | ##### 3. 【旧接口,只有在内容研发做课APP上使用】拍照提交接口 | 101 | ##### 3. 【旧接口,只有在内容研发做课APP上使用】拍照提交接口 |
92 | 102 | ||
93 | - URL: {{localhost}}/boxfish-wudaokou-paper/paper/student/submitPaperTask?access_token={{access_token}}&submitType=SUBMIT_PUBLIC_SCHOOL&appIsExperience=true | 103 | - URL: {{localhost}}/boxfish-wudaokou-paper/paper/student/submitPaperTask?access_token={{access_token}}&submitType=SUBMIT_PUBLIC_SCHOOL&appIsExperience=true |
-
Please register or login to post a comment