课程包含学习内容接口.md 1 KB

env.url: https://api[api-online.test].boxfish.cn

notes:

  • 默认所有接口都要携带token access_token

课程包含学习内容接口

  • URL {env.url}
  • GET Method
  • path 参数:

    参数名 类型 必填 说明 示例
    courseId String Y app课程id
  • request:

  • response:

    变量名 类型 必填 说明 示例
    key_knowledge List Y 核心知识点
    words List Y 本课单词
    phrases List Y 本课短语
    student boolean Y 是否有学生版 true 有
    teacher boolean Y 是否有老师版 true 有
 {
    "key_knowledge": [
        "that引导的宾语从句_that省略"
    ],
    "words": [
        "reason",
        "year",
        "about"
    ],
    "phrases": [],
    "student": true,
    "teacher": true
}