通知消息详情
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>通知消息详情</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://127.0.0.1:9888/system/sysNoticeContent/detail</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET</li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>通知消息标识</td>
</tr>
</tbody>
</table>
<h5>请求示例</h5>
<pre><code>{
&quot;success&quot;: true,
&quot;msg&quot;: &quot;&quot;,
&quot;code&quot;: 200,
&quot;result&quot;: {
&quot;total&quot;: 1,
&quot;list&quot;: [
{
&quot;sort&quot;: null,
&quot;status&quot;: null,
&quot;createBy&quot;: null,
&quot;createTime&quot;: &quot;2024-11-13 16:14:56&quot;,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;delFlag&quot;: null,
&quot;sysFiledMenuExtendList&quot;: null,
&quot;filedList&quot;: null,
&quot;id&quot;: &quot;1856611690755469313&quot;,
&quot;noticeCode&quot;: null,
&quot;noticeTitle&quot;: &quot;12&quot;,
&quot;noticeContent&quot;: &quot;56&quot;,
&quot;noticeType&quot;: &quot;1&quot;,
&quot;noticeModel&quot;: &quot;1&quot;,
&quot;postTime&quot;: &quot;2024-11-13 16:11:01&quot;,
&quot;noticePeople&quot;: &quot;1&quot;,
&quot;noticeTemplateCode&quot;: &quot;20241113152018&quot;,
&quot;tenantId&quot;: null,
&quot;menuId&quot;: null,
&quot;noticeType_dictText&quot;: &quot;仓库通知&quot;,
&quot;noticeModel_dictText&quot;: &quot;站内信&quot;
}
],
&quot;pageNum&quot;: 1,
&quot;pageSize&quot;: 10,
&quot;pageTotal&quot;: 1
},
&quot;timestamp&quot;: 1731485699272
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">noticeCode</td>
<td style="text-align: left;">String</td>
<td>通知编码</td>
</tr>
<tr>
<td style="text-align: left;">noticeTitle</td>
<td style="text-align: left;">String</td>
<td>通知标题</td>
</tr>
<tr>
<td style="text-align: left;">noticeContent</td>
<td style="text-align: left;">String</td>
<td>通知内容</td>
</tr>
<tr>
<td style="text-align: left;">postTime</td>
<td style="text-align: left;">Date</td>
<td>通知时间</td>
</tr>
<tr>
<td style="text-align: left;">postTime</td>
<td style="text-align: left;">Date</td>
<td>通知时间</td>
</tr>
<tr>
<td style="text-align: left;">noticePeople</td>
<td style="text-align: left;">String</td>
<td>通知人员</td>
</tr>
<tr>
<td style="text-align: left;">noticeType_dictText</td>
<td style="text-align: left;">String</td>
<td>通知类型</td>
</tr>
<tr>
<td style="text-align: left;">noticeModel_dictText</td>
<td style="text-align: left;">String</td>
<td>通知方式</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>yanglu</li>
</ul>