获取消息内容
**接口说明:**
接口地址:outreach.allot.api.turboradio.cn/notice/getNoticeInfo
编码格式:UTF-8
入参格式:JSON
请求方法:HTTP_POST
---
**请求头参数:**
|字段名| Schema |类型| 必须 | 备注 |
|-|-|-|-|-|
|登录态值|token|string| 是| |
---
**请求body参数:**
|字段名| Schema |类型| 是否必须 |备注 |
|-|-|-|-|-|
|消息id| id |int| 是||
示例:
```language
{
"id" : 8
}
```
---
**响应参数:**
|字段名| Schema |类型 |备注 |
|-|-|-|-|-|
|消息id| id |int| |
|用户id| userId |int| |
|标题| title |string| |
|内容| content |string| |
|是否已读| isRead |int| 0 未读、1 已读 |
|生成时间| gmtCreated |string| |
示例:
```language
{
"data": {
"content": "编号20200608f58h8d9k1ib53f0ihm7en9el工单,未通过审核,请跟进后续工作。",
"gmtCreated": "2020-06-08 23:38:58",
"id": 8,
"isRead": 1,
"title": "20200608f58h8d9k1ib53f0ihm7en9elX工单未通过审核",
"type": 0,
"userId": 15
},
"dataType": "OBJECT",
"errno": "0",
"error": ""
}
```
说明:响应出参都是data中的数据