Skip to content

功能概述

消息推送列表展示模块

接口访问

接口地址

intel/notice/push/list

请求方式 Method

GET

Header - Authorization Type : Bearer Token

属性类型长度必填默认值说明访问版本
tokenstring32true用户身份标识令牌-

请求参数

属性类型长度必填默认值说明访问版本
keywordstring256false搜索关键字-
pageinteger11false页码-
sizeinteger11false每页数量-

返回值

属性类型必填说明
listarraytrue消息列表
totalintegertrue消息总数

list

属性类型必填说明
idintegertrue消息ID
titlestringtrue消息标题
contentstringtrue消息内容
pushObjectintegertrue推送对象 0-全部 1.会长 2.副会长 3.执行会长 4.秘书长 5.理事 6.会员 7.普通
channelintegertrue渠道 1.站内 2.微信
pushTimedatetimetrue推送时间
createTimedatetimetrue创建时间

返回示例

{
    "response": {
        "list": [
            {
                "id": 2,
                "title": "海绵宝宝",
                "content": "一起来参加海绵宝宝的派对吧",
                "pushObject": 0,
                "channel": 2,
                "pushTime": "2025-01-22 10:22:22",
                "createTime": "2025-01-20 03:33:52"
            }
        ],
        "total": 1
    },
    "requestId": "79b7dca3-d8f2-4307-b706-ff4394e91cca"
}