简要描述:

  • 接口版本:

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

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
id int 消息id

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "id": 33,
        "type": "1",
        "title": "维修申请",
        "content": "维修申请审核通过",
        "status": 1,
        "created_at": "2021-03-11 17:16:51",
        "json_str": [],
        "url": ""
    },
    "other": []
}

错误时返回:

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

data返回参数说明:

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

other返回参数说明:

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

备注:

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