新闻详情
<p>[TOC]</p>
<h5>简要描述</h5>
<h5>请求URL</h5>
<ul>
<li><code>/api/about/news_details</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;">Integer</td>
<td>新闻id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 1,
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;time&quot;: &quot;1741343835&quot;,
&quot;data&quot;: {
&quot;last_next_info&quot;: {
&quot;last_id&quot;: 0,
&quot;last_title&quot;: &quot;&quot;,
&quot;next_id&quot;: 16,
&quot;next_title&quot;: &quot;GitHub 安全警告计划已检测出 400 多万个漏洞&quot;
},
&quot;details&quot;: {
&quot;id&quot;: 15,
&quot;admin_id&quot;: 0,
&quot;title&quot;: &quot;Google Chrome和Mozilla Firefox将支持全新无密码登录规范&quot;,
&quot;type_list&quot;: &quot;1&quot;,
&quot;content&quot;: null,
&quot;image&quot;: &quot;http://www.zhengqi2.com/assets/addons/cms/img/800x600-3.png&quot;,
&quot;seotitle&quot;: &quot;&quot;,
&quot;keywords&quot;: &quot;&quot;,
&quot;description&quot;: &quot;今天,W3C和FIDO联盟标准机构宣布,Web浏览器正在构建一种新的登录方式。这款名为WebAuthn所呈现的新开放标准将在最新版本的Firefox中得到支持,并将在未来几个月发布的Chrome和Edge的版本中得到支持。这是多年来的最新举措,目的是让用户远离密码,转向更安全的登录方式,如生物识别和USB令牌。&quot;,
&quot;weigh&quot;: 0,
&quot;createtime&quot;: 1523720991,
&quot;updatetime&quot;: 1597139899,
&quot;publishtime&quot;: 1523635200,
&quot;createby&quot;: &quot;&quot;,
&quot;status&quot;: &quot;normal&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;">type_list</td>
<td style="text-align: left;">string</td>
<td>1=企业新闻,2=企业活动</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>