文档
测试

编辑公告

POST
http://SERVER:PORT/oaNotice/updateOaNptice

接口描述

根据公告ID编辑公告列表

请求参数

参数名
类型
描述
必填
noticeId
int
公告id
必填
noticeTitle
string
公告标题 实例:加班
可选
noticeContent
string
公告内容
可选
noticePicture
string
公告封面
可选
noticeAccessory
string
公告附件
可选

说明 / 示例

``` { "flag": true, "code": "1000", "data": "编辑公告成功", "message": "成功" } ```