简要描述:

  • 获取用户系统信息列表接口

接口版本:

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

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明
token string 授权凭证

请求参数:

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

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": [
        {
            "message_id": 10,
            "title": "作者入驻申请",
            "content": "作者入驻申请审核通过",
            "status": 0,
            "created_at": "2020-03-16 11:18:59"
        },
        {......}
    ],
    "other": {
        "count": 4
    }
}

错误时返回:

{
    "status": 0,
    "msg": "token过期"
}

data返回参数说明:

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

other返回参数说明:

参数名 类型 说明
count int 总条数

备注:

文档更新时间: 2020-06-10 21:21   作者:admin