帖子标签列表
<h5>简要描述</h5>
<ul>
<li>帖子标签列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xx.com/forum/api/tag/list</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>参数</h5>
<h5>返回示例</h5>
<pre><code>{
"code": 200,
"data": [
{
"id": 1,
"name": "创作交流",
"description": "作家创作交流与文创资料汇集区",
"icon": "/cover/7bfb7274819bfd078d3936cdcd3c89db.png",
"sort": 1,
"property": 0,
"thread_count": 8033,
"ip": "",
"created_at": "2020-11-26 09:09:54",
"updated_at": "2021-10-30 17:40:56"
},
{
"id": 2,
"name": "江湖茶馆",
"description": "业界新闻与行业动态荟萃",
"icon": "/cover/09ca094cd81d1c47e2a7416731602dce.png",
"sort": 2,
"property": 0,
"thread_count": 11178,
"ip": "",
"created_at": "2020-11-26 09:10:12",
"updated_at": "2021-11-05 16:42:26"
},
{
"id": 3,
"name": "评文赏析",
"description": "对作品点评与推荐,站内同人创作",
"icon": "/cover/8254953c351c11fcd877dce71b38d12f.png",
"sort": 3,
"property": 0,
"thread_count": 579,
"ip": "",
"created_at": "2020-11-26 09:10:36",
"updated_at": "2021-11-05 13:48:53"
},
{
"id": 5,
"name": "脑洞爆炸",
"description": "小说内容、大纲、周边的创意与设定集结地",
"icon": "",
"sort": 4,
"property": 0,
"thread_count": 247,
"ip": "",
"created_at": "2020-12-05 20:19:36",
"updated_at": "2021-10-26 11:20:23"
},
{
"id": 7,
"name": "衍生文化",
"description": "二次元动漫、游戏攻略、影视等讨论区",
"icon": "",
"sort": 5,
"property": 0,
"thread_count": 150,
"ip": "",
"created_at": "2020-12-05 20:26:17",
"updated_at": "2021-10-09 14:25:04"
},
{
"id": 8,
"name": "女频天地",
"description": "女生专属版块",
"icon": "",
"sort": 6,
"property": 0,
"thread_count": 368,
"ip": "",
"created_at": "2020-12-05 20:27:34",
"updated_at": "2021-09-18 08:53:39"
},
{
"id": 6,
"name": "建议反馈",
"description": "建议、反馈处理专区",
"icon": "",
"sort": 7,
"property": 0,
"thread_count": 829,
"ip": "",
"created_at": "2020-12-05 20:21:38",
"updated_at": "2021-09-18 04:20:06"
}
],
"message": "2021-11-13 10:05:36 exec_time:9.2383 api/forum/tag/list"
}</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;">id</td>
<td style="text-align: left;">int</td>
<td>版块id</td>
</tr>
<tr>
<td style="text-align: left;">name</td>
<td style="text-align: left;">string</td>
<td>版块名称</td>
</tr>
<tr>
<td style="text-align: left;">description</td>
<td style="text-align: left;">string</td>
<td>版块介绍</td>
</tr>
<tr>
<td style="text-align: left;">thread_count</td>
<td style="text-align: left;">int</td>
<td>主题帖数量</td>
</tr>
</tbody>
</table>
<h5>备注</h5>