文档
测试

获取消息列表

GET
notice/getNoticeList

接口描述

获取消息列表

请求参数

参数名
类型
描述
必填
size
int
每页行数
必填
current
int
页码
必填
notice_type
String
消息类别 ( 01:公告通知;02:产品服务;03:申请结果;02:工单信息;99:其他 )
可选
notice_title
String
标题【模糊查询】
可选
user_code
String
用户代码
可选

响应参数

参数名
类型
描述
必填
code
int
返回状态码
必填
message
String
返回状态描述
必填
data
JsonObject
返回业务信息
必填
number
int
该次请求入参页码
必填
size
int
该次请求返回业务数据行数
必填
pages
int
总页数
必填
total
int
总记录数
必填
rows
JsonArray
本次请求的返回数据集合
必填
id
long
主键id
必填
notice_id
long
消息id
必填
notice_title
String
消息标题
必填
create_time
String
接收时间
必填
notice_type
String
消息类别
必填
is_read
int
是否已读
必填
notice_desc
String
消息详细
必填