消息中心列表

http://127.0.0.1:8900/api/promgr/message/listByPage

请求参数

参数名
类型
描述
必填
pageNo
Int
当前页码
必填
pageSize
Int
每页条数
必填

响应参数

参数名
类型
描述
必填
content
String
消息内容
必填
createTimeVal
Date
创建时间 yyyy-MM-dd
必填
status
Int
消息状态 0 未读 1 已读
必填
fileUrl
string
文件路径或者审批页面查看路径 messageTypeVal为4时 此路径为页面审批页面查看路径
必填
messageType
int
消息类型 1 导入消息 2 导出消息 4 审批通知信息
必填
userId
int
用户id
必填
id
int
记录id
必填