简要描述:

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2026-06-30

请求URL:

请求方式:

  • POST

请求头:

参数名 是否必须 类型 说明
token string

请求参数:

参数名 是否必须 类型 说明
course_record_id string 课程绑定id
date string 日期,2026-06-30
start_time string 上课时间,10:00
end_time string 下课时间,10:45
class_content string 上课内容
homework string 作业
class_materials string 上课素材

返回示例:

正确时返回:


{
    "status": 200,
    "msg": "核销成功",
    "data": [],
    "other": []
}

错误时返回:

{
    "status": 0,
    "msg": "错误",
    "data": [],
    "other": []
}

返回参数说明:

参数名 类型 说明

备注:

作者:admin  创建时间:2026-06-30 12:43
最后编辑:admin  更新时间:2026-07-17 19:24