简要描述:

接口版本:

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

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
month string 月,例:2026-04

返回示例:

正确时返回:


{
    "status": 200,
    "msg": "ok",
    "data": {
        "finish_num": 4,
        "month_income": 3320,
        "regular_class": 3,
        "trial_class": 1,
        "list": [
            {
                "course_name": "钢琴",
                "course_type": 1,
                "class_fee": 80,
                "day": "2025-08-19",
                "student_name": "陈子瀚",
                "course_type_msg": "常规课"
            },
            {
                "course_name": "声乐",
                "course_type": 2,
                "class_fee": 80,
                "day": "2025-08-10",
                "student_name": "陈子瀚",
                "course_type_msg": "体验课"
            }
        ]
    },
    "other": []
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
finish_num string 已核销数量
month_income string 月收入
regular_class string 常规课数量
trial_class string 体验课数量
list.course_name string 课程名称
list.course_type string 课程类型
list.course_type_msg string 课程类型名称
list.class_fee string 课时费
list.day string 日期
list.student_name string 学生名称

备注:

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