简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2020-12-05

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
module string 显示模块,请查看模块参数
user_type int 用户身份类型【user=用户,merchant=商家】
type int 类型【1=系统通知,2=订单通知,3=预警通知】
page int 页码
pagesize int 条数

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "获取成功",
    "data": {
        "list": [
            {
                "id": 90,
                "title": "系统消息",
                "content": "商品发布成功",
                "uid": 0,
                "receive_uid": 16,
                "status": 0,
                "created_at": "2020-11-23 14:52:19",
                "updated_at": "2020-11-23 14:52:19",
                "type": 1,
                "module": "unionshopmulti"
            }
        ],
        "page": 1,
        "pagesize": 1,
        "total": 9
    }
}

错误时返回:

{
    "status": 0,
    "msg": "参数错误"
}

返回参数说明:

参数名 类型 说明
id int 消息id
title sting 标题
content sting 内容
type int 预警类型
module sting 模块

备注:

作者:admin  创建时间:2020-12-05 10:02
 更新时间:2025-04-01 15:40