13.3.0.md 1.64 KB

996.icu

13.0接口

1. 【APP接口】查询今日课表和未来一天课表接口
  • URL: {{localhost}}/boxfish-online-card/classOpen/student/getScheduleAssembleV2ByStudentId?access_token={{token}}
  • Method: GET
  • ResponseBody:
{
  "systemTime": 1561623470792,
  "classSchedule_TODAY": {},      // 今日课表
  "classSchedule_FUTURE": {},     // 近日课表 显示的课程信息
  "flagNeedSchedule": true,       // 是否需要显示 "预约课程" 标识
  "scheduleFuture_topic": "xxx"   // 近日课表没有课的时候,显示的文案
}
2. 【APP接口】查询未完成课表接口
  • URL: {{localhost}}/boxfish-online-card/member/schedule/getFutureSchedule?access_token=BsVNIqxWu8
  • Method: GET
3. 【APP接口】查询已完成课表
  • URL: {{localhost}}/boxfish-online-card/member/schedule/getHistorySchedule?access_token=BsVNIqxWu8
  • Method: GET
4. 【APP接口】三件套APP课程列表 和 四会课课程列表 返回数据中增加纸质作业完成状态,和三件套的类型

接口URL:{{localhost}}/boxfish-online-card/member/info/getPaperV1BookDetail
{{localhost}}/boxfish-wudaokou-paper/paper/textbook/getTextbookCourseList

5. 上课课程类型 及 名称
// 公开课 中教
CLASS_OPEN_CN,
// 公开课 外教
CLASS_OPEN_US,
// 公开课 大师
CLASS_OPEN_MASTER,
// 公开课 推广
CLASS_OPEN_PROMOTION,

// 班课 中教 1对多
CLASS_SMALL_CN,
// 班课 外教 1对多
CLASS_SMALL_US,

// 班课 外教 1对1
CLASS_ONLINE_US_0101,
// Alex大班课
CLASS_ONLINE_US_010N;