获取伤停资讯详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取伤停资讯详情接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/openapi/competing/get-layoff-detail</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>
<pre><code> {
"code": 600,
"msg": "获取成功",
"result": {
"match_type": "1",
"notice_type": "4",
"notice_title": "博尔顿伤停资讯:达比因运动神经元疾病退役", // 标题
"notice": "<p> <span style=\"line-height:1.5;\">\r\n据报道,现效力于博尔顿的前利物浦后卫史蒂芬-达比已宣布,因运动神经元疾病原因选择退役。</span></p>\n\n <p>\n <br />\n </p>\n <p> <span style=\"line-height:1.5;\">\r\n达比上一次出场比赛是去年十二月的事情,目前他已与英格兰女足的史蒂芬-霍顿结婚。</span></p>\n\n <p>\n <br />\n </p>\n <p> <span style=\"line-height:1.5;\">\r\n达比现年29岁,出自利物浦青训,并于利物浦开始其职业生涯,在12年租借离开利物浦。他曾入选英格兰U19国家队。</span></p>\n\n <p>\n <br />\n </p>\n <p> <span style=\"line-height:1.5;\">\r\n“我现在想保护我的隐私,这样我可以与我的疾病对抗,同时我可以把时间花在我最亲密的人身上。”达比说。</span></p>\n\n <p>\n <br />\n </p>\n <p> <span style=\"line-height:1.5;\">\r\n(编辑:猎球者-君)</span></p>\n\n <p>\n <br />\n </p>\n ", // 内容
"notice_time": "2018-09-19 09:30:56" // 发布时间
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>