You need to sign in or sign up before continuing.
选择题成绩接口.md 670 Bytes

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

notes:

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

选择题成绩提交接口

  • URL {env.url}/user/clazz/challenge/answer
  • POST Method
  • path 参数:
  • request 参数:

    参数名 类型 必填 说明 示例
    lesson String Y 课程id
    clazz_id String Y 课堂id
    practice_part String Y 第几部分
    score int Y 成绩 正确 3 , 错误 -3
    option String Y 答案
  • response: http code 200