文档
测试

查看公告

POST
http://SERVER:PORT/oaNotice/getOaNoticeList

接口描述

查看已发布的公告列表

请求参数

参数名
类型
描述
必填
noticeTitle
string
公告标题 实例:加班
可选
page
int
示例:1
必填
perPage
int
示例:10
必填

响应参数

参数名
类型
描述
必填
oaNoticeList
array
公告列表
必填
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:编辑删除
必填

说明 / 示例

``` { "flag": true, "code": "1000", "data": { "oaNoticeList": [ { "id": 57, "noticeTitle": "下周六加班!!!", "noticeContent": "下周六加班!!!", "createMemberName": "王一凡", "noticStatus": 1, "noticeFlag": 1, "createTime": "2020-12-12 10:42:41.0", "unReadCount": 62, "icon": "http://118.178.132.220/oa/file/test/2_20200828113918_705208.jfif" }, { "id": 55, "noticeTitle": "下周六加班!!!", "noticeContent": "下周六加班!!!", "createMemberName": "王一凡", "noticStatus": 1, "noticeFlag": 1, "createTime": "2020-12-11 17:14:39.0", "unReadCount": 62, "icon": "http://118.178.132.220/oa/file/test/2_20200828113918_705208.jfif" }, { "id": 54, "noticeTitle": "下周六加班!!!", "noticeContent": "下周六加班!!!", "createMemberName": "王一凡", "noticStatus": 1, "noticeFlag": 1, "createTime": "2020-12-11 17:12:35.0", "unReadCount": 3, "icon": "http://118.178.132.220/oa/file/test/2_20200828113918_705208.jfif" }, { "id": 53, "noticeTitle": "下周六加班!!!", "noticeContent": "下周六加班!!!", "createMemberName": "王一凡", "noticStatus": 1, "noticeFlag": 1, "createTime": "2020-12-11 17:09:02.0", "unReadCount": 3, "icon": "http://118.178.132.220/oa/file/test/2_20200828113918_705208.jfif" }, { "id": 52, "noticeTitle": "下周六加班!!!", "noticeContent": "下周六加班!!!", "createMemberName": "王一凡", "noticStatus": 1, "noticeFlag": 1, "createTime": "2020-12-11 17:06:29.0", "unReadCount": 3, "icon": "http://118.178.132.220/oa/file/test/2_20200828113918_705208.jfif" } ], "noticeState": 1 }, "message": "成功" } ```