文档
测试

发布公告

POST
http://SERVER:PORT/oaNotice/addOaNoticeList

接口描述

发布公告

请求参数

参数名
类型
描述
必填
noticeTitle
string
公告标题 实例:加班
必填
noticeContent
string
公告内容
必填
noticePicture
string
公告封面
可选
noticeFlag
int
强制提醒:1是 0否 (默认1)
必填
noticeAccessory
string
公告附件
可选
oaMemberId
string
接收人id 实例:"59,60,61,62"
必填

说明 / 示例

`````` { "token":"TOKEN_69aae54147192acf25bbfacc2f5718d2", "noticeTitle":"下周五团建", "noticeContent":"团建", "noticePicture":"封面", "noticeAccessory":"公告附件", "oaMemberId":"59,60,61,62" }