Showing
1 changed file
with
12 additions
and
1 deletions
@@ -323,7 +323,7 @@ public class MemberSummary implements BeanToJson { | @@ -323,7 +323,7 @@ public class MemberSummary implements BeanToJson { | ||
323 | ``` | 323 | ``` |
324 | 324 | ||
325 | 325 | ||
326 | -##### 11. 【APP接口】首页三件套接口增加参数 | 326 | +##### 12. 【APP接口】首页三件套接口增加参数 |
327 | 327 | ||
328 | - URL: {{localhost}}/boxfish-wudaokou-paper/paper/ai/getPaperSummary?access_token=oWUfnKV2ju&appIsNewVersion=true | 328 | - URL: {{localhost}}/boxfish-wudaokou-paper/paper/ai/getPaperSummary?access_token=oWUfnKV2ju&appIsNewVersion=true |
329 | - Method: POST | 329 | - Method: POST |
@@ -366,3 +366,14 @@ public class MemberSummary implements BeanToJson { | @@ -366,3 +366,14 @@ public class MemberSummary implements BeanToJson { | ||
366 | ``` | 366 | ``` |
367 | 367 | ||
368 | > `paperGradeIsPublic`: false 标识当年年级没有三件套,true 标识当前学期有三件套课程 | 368 | > `paperGradeIsPublic`: false 标识当年年级没有三件套,true 标识当前学期有三件套课程 |
369 | + | ||
370 | + | ||
371 | +##### 13. 【APP接口】APP获取小班课接口 | ||
372 | + | ||
373 | +- URL: {{localhost}}/boxfish-online-card/classOpen/student/getScheduleAssembleByStudentId?access_token={{token}} | ||
374 | +- Method: GET | ||
375 | + | ||
376 | +> 返回体新增加两个参数: | ||
377 | + | ||
378 | +> private Boolean flagClassFinished_XXQ; // 小学期是否结业 | ||
379 | +> private Boolean flagClassFinished_XBK; // 小班课是否结业 |
-
Please register or login to post a comment