简要描述:

接口版本:

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

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
page string 页码
pagesize string 页数

返回示例:

正确时返回:


{
    "status": 200,
    "msg": "ok",
    "data": {
        "my_course": 1,
        "my_student": 1,
        "to_be_written_off": 0,
        "month_income": 3000
    },
    "other": []
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
my_course string 我的课程
my_student string 我的学生
to_be_written_off string 待核销
month_income string 本月收入

备注:

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