查询单个公告
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询单个公告接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/soukeAppTttService/service/mng/operator/findNoticeOne</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<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>
<p><strong>返回示例</strong></p>
<p>`{
"result_data": {
"create_time": "2019-04-16 17:09:31",
"notice_url": "<a href="https://b.xiumi.us/board/v5/3xTuw/141591386">https://b.xiumi.us/board/v5/3xTuw/141591386</a>",
"operator_id": "",
"id": 1,
"pict_url": "<a href="https://fnblimg.yofogo.com:4436/images/notice/0fc8aca4-9a8d-42d9-b629-dc575c88acf2.jpg">https://fnblimg.yofogo.com:4436/images/notice/0fc8aca4-9a8d-42d9-b629-dc575c88acf2.jpg</a>",
"sort": 1,
"title": "新版介绍",
"status": 1
}
}</p>
<pre><code>
**返回参数说明**
|参数名|类型|说明|
|:----- |:-----|----- |
|operator_id |String |运营商ID |
|sort |int |排序 |
|pict_url |String |公告图片地址 |
|title |String |标题 |
|create_time |String |发布时间 |
|status |int |状态 |
|notice_url |String |链接地址 |
**备注**
- 更多返回错误代码请看首页的错误代码描述
欢迎使用ShowDoc!</code></pre>