合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
## 更新用户系统消息阅读状态 **author**: 孙飞 **接口地址**:`/mtcge/sys/sysAnnouncementSend/editByAnntIdAndUserId` **请求方式**:`PUT` **请求数据类型**:`application/json` **响应数据类型**:`*/*` **接口描述**:<p>更新用户系统消息阅读状态</p> **请求参数示例**:`{ "anntId": "1518132707159789570", "notifierType":"pc" }` **请求参数**: | 参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema | | -------- | -------- | ----- | -------- | -------- | ------ | |json|json|body|true||| **响应状态**: | 状态码 | 说明 | schema | | -------- | -------- | ----- | |200|OK|接口返回对象«SysAnnouncementSend»| |201|Created|| |401|Unauthorized|| |403|Forbidden|| |404|Not Found|| **响应参数**: | 参数名称 | 参数说明 | 类型 | schema | | -------- | -------- | ----- |----- | |code|返回代码|integer(int32)|integer(int32)| |message|返回处理消息|string|| |result|返回数据对象|SysAnnouncementSend|SysAnnouncementSend| |&emsp;&emsp;anntId||string|| |&emsp;&emsp;createBy||string|| |&emsp;&emsp;createTime||string(date-time)|| |&emsp;&emsp;id||string|| |&emsp;&emsp;notifierType||string|| |&emsp;&emsp;readFlag||string|| |&emsp;&emsp;readTime||string(date-time)|| |&emsp;&emsp;updateBy||string|| |&emsp;&emsp;updateTime||string(date-time)|| |&emsp;&emsp;userId||string|| |success|成功标志|boolean|| |timestamp|时间戳|integer(int64)|integer(int64)| **响应示例**: ```javascript { "code": 0, "message": "", "result": { "anntId": "", "createBy": "", "createTime": "", "id": "", "notifierType": "", "readFlag": "", "readTime": "", "updateBy": "", "updateTime": "", "userId": "" }, "success": true, "timestamp": 0 } ```