Get
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>{{baseUrl}}/news/get</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get</li>
</ul>
<h5>Header</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">字段名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">Accept</td>
<td style="text-align: left;">application/json</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h5>请求Query参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">1</td>
<td>是</td>
<td>string</td>
<td>(Required)</td>
</tr>
</tbody>
</table>
<h5>成功返回示例</h5>
<pre><code>{
"code": 200,
"message": "Success",
"data": {
"id": 1,
"create_time": "2022-02-21T19:36:29",
"update_time": "2022-02-21T20:22:36",
"update_user": "gongtest",
"title": "Professor Wei Zhang from UMass-Boston visited the department. We have enjoyed his visit and wonderful research talk on \"development of Small Molecule Inhibitors & Probes for Druggable Targets\"",
"abstract": "Professor Wei Zhang from UMass-Boston visited the department. We have enjoyed his visit and wonderful research talk on \"development of Small Molecule Inhibitors & Probes for Druggable Targets\"",
"content": "Professor Wei Zhang from UMass-Boston visited the department. We have enjoyed his visit and wonderful research talk on \"development of Small Molecule Inhibitors & Probes for Druggable Targets\"",
"date": "2019-03-14T00:00:00",
"show_on_main": true
}
}
</code></pre>