获取文章列表
<h1>获取用户列表</h1>
<ul>
<li>接口描述:获取文章列表</li>
<li>接口地址:/manage/shiwai/article/select</li>
<li>请求方式:GET</li>
<li>开发人员:王</li>
</ul>
<h2>响应参数</h2>
<table>
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>默认值</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>category_id</td>
<td>int</td>
<td>--</td>
<td>文章类型</td>
</tr>
<tr>
<td>title</td>
<td>string</td>
<td>--</td>
<td>文章标题</td>
</tr>
<tr>
<td>description</td>
<td>string</td>
<td>--</td>
<td>文章描述</td>
</tr>
<tr>
<td>content</td>
<td>string</td>
<td>--</td>
<td>文章正文</td>
</tr>
<tr>
<td>createTime</td>
<td>string</td>
<td>--</td>
<td>创建时间</td>
</tr>
</tbody>
</table>
<h2>响应示例</h2>
<pre><code>{
[{&quot;id&quot;:1,&quot;category_id&quot;:2,&quot;title&quot;:&quot;lo&quot;,&quot;description&quot;:null,&quot;content&quot;:&quot;2443&quot;,&quot;createTime&quot;:&quot;1748597424&quot;},
}</code></pre>