文档
测试

公告强制提醒详情

POST
http://SERVER:PORT/oaNotice/noticeMandatoryReminderInfo

响应参数

参数名
类型
描述
必填
noticeContent
string
示例:下周六加班!!! 公告内容
必填
noticeId
string
示例:57 公告id''
必填
noticeTitle
string
必填

说明 / 示例

``` { "flag": true, "code": "1000", "data": { "noticeTitle": "下周六加班!!!", "noticeContent": "下周六加班!!!", "noticeId": "57" }, "message": "成功" } ```