简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2021-03-29

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明

请求参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "uid": 5,
        "notice_count": 5,
        "system_msg_count": 1
    },
    "other": []
}

错误时返回:

返回参数说明:

参数名 类型 说明
uid int 用户uid
notice_count int 公告未读数量
system_msg_count int 系统消息未读数量

备注:

文档更新时间: 2021-06-22 09:40   作者:admin