简要描述:

  • 获取系统消息列表

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-03-31

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
page int 页码 ,默认为 1
pagesize int 条数 ,默认为 10

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": [
        {
            "message_id": 3,
            "title": "修改信息成功",
            "content": "恭喜你,修改头像成功",
            "status": 0,
            "created_at": "2020-03-31 20:16:40"
        },
        {
            "message_id": 2,
            "title": "登录成功",
            "content": "恭喜你,登录成功",
            "status": 0,
            "created_at": "2020-03-31 17:16:40"
        },
    ]
}

错误时返回:

{
    "status": 0,
    "msg": "token过期",
    "data": []
}

返回参数说明:

参数名 类型 说明
message_id int 消息id
title string 标题
content string 内容
status string 阅读状态,【0=未读,1=已读】
created_at string 时间

备注:

文档更新时间: 2020-03-31 17:35   作者:admin
上一篇:
下一篇: