文档
测试

消息列表

POST
/qgy/msgpush/list

请求参数

参数名
类型
描述
必填
index
string
当前页数
必填
length
string
每页个数
必填
userId
string
用户ID
必填

说明 / 示例

{ "result": 1, "msg": "successful operation!", "number": 3, "code": "QG_SUS1000", "data": [ { "id": 16, "type": "运维消息", "title": "测试消息", "content": "##", "createTime": "2020-09-27 14:28:54" }, { "id": 10, "type": "发布1", "title": "发布1", "content": "发布1", "createTime": "2020-09-15 14:29:56" }, { "id": 12, "type": "发布1", "title": "发布1", "content": "发布1", "createTime": "2020-09-15 14:36:29" } ], "count": 5 }