公告详情
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>公告详情</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>notice/noticeDetail</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </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>id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;msg&quot;: &quot;查询成功&quot;,
&quot;code&quot;: 0,
&quot;data&quot;: {
&quot;id&quot;: 6,
&quot;title&quot;: &quot;测试1&quot;,
&quot;content&quot;: &quot;测试1&quot;,
&quot;fileId&quot;: &quot;16,17&quot;,
&quot;fileDomainList&quot;: [
{
&quot;id&quot;: 16,
&quot;fileName&quot;: &quot;001.jpg&quot;,
&quot;filePath&quot;: &quot;http://192.168.100.82:8112/feedBack/3634c099-d88d-4c1e-a45f-3b416997f41c.jpg&quot;,
&quot;fileType&quot;: &quot;image/jpeg&quot;,
&quot;createBy&quot;: null,
&quot;createTime&quot;: null
},
{
&quot;id&quot;: 17,
&quot;fileName&quot;: &quot;003.jpg&quot;,
&quot;filePath&quot;: &quot;http://192.168.100.82:8112/feedBack/6ce8d2ba-9446-48b6-a82c-20ba127cb3f3.jpg&quot;,
&quot;fileType&quot;: &quot;image/jpeg&quot;,
&quot;createBy&quot;: null,
&quot;createTime&quot;: null
}
],
&quot;createTime&quot;: &quot;2023-11-15 16:06:07&quot;,
&quot;releaseTime&quot;: &quot;2023-11-18 11:11:11&quot;,
&quot;offShelfTime&quot;: &quot;2023-11-18 11:11:11&quot;,
&quot;createId&quot;: &quot;1&quot;
}
}</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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>