简要描述:

接口版本:

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

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:


{
    "status": 200,
    "msg": "ok",
    "data": {
        "all_schedule": 23,
        "to_attend_class": 22,
        "written_off": 1,
        "to_be_written_off": 0
    },
    "other": []
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
all_schedule int 总排课
to_attend_class int 待上课
written_off int 已核销
to_be_written_off int 待核销

备注:

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