查看公告
POST
http://SERVER:PORT/oaNotice/getOaNoticeList
接口描述
查看已发布的公告列表
请求参数
参数名
类型
描述
必填
noticeTitle
string
公告标题 实例:加班
可选
page
int
示例:1
必填
perPage
int
示例:10
必填
响应参数
参数名
类型
描述
必填
id
int
公告id
必填
noticeTitle
string
公告标题
必填
noticeContent
string
公告内容
必填
noticePicture
string
公告封面
可选
createMemberName
string
发布人名称
必填
noticStatus
int
状态:1未删除 0已删除
必填
noticeFlag
int
强制提醒:1是 0否 (默认1)
必填
updateTime
String
更新时间
可选
createTime
String
创建时间
必填
unReadCount
int
未读数量
必填
icon
String
发布人头像
可选
noticeState
int
公告权限:1只读 2:编辑删除
必填