简要描述:

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2026-05-28

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
get_type string 1=学生 2=老师
course_record_id string 绑定课程id
page string 页码
pagesize string 页数

返回示例:

正确时返回:


{
    "status": 200,
    "msg": "ok",
    "data": {
        "list": [
            {
                "course_record_id": 2,
                "remark": "",
                "status": 1,
                "status_msg": "正常",
                "created_at": "2025-10-10 12:52",
                "course_name": "声乐",
                "class_time": "2025-08-10 00:00 - 01:00",
                "teacher_name": "kevin1",
                "student_name": "陈子瀚",
                "class_id": 8
            }
        ],
        "page": 1,
        "pagesize": 10,
        "total": 1
    },
    "other": []
}

错误时返回:

{
    "status": 0,
    "msg": "提交失败"
}

返回参数说明:

参数名 类型 说明
course_record_id string 绑定课程id
remark string 备注
status string 状态
status_msg string 状态提示
created_at string 提交时间
course_name string 课程名称
class_time string 上课时间
teacher_name string 老师名称
student_name string 学生名称
class_id string 上课id

备注:

作者:admin  创建时间:2026-05-28 18:50
最后编辑:admin  更新时间:2026-05-29 17:53
上一篇:
下一篇: