专栏获取的点赞按分组
<h5>简要描述</h5>
<ul>
<li>专栏获取的点赞按分组</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xx.com/api/articleGetLikesByGroup</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>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": 200,
"message": "ok",
"data": [
{
"id": 89,
"author_id": 20944,
"user_id": 48724,
"column_id": 58,
"group_name": "默认分组",
"group_desc": "默认分组",
"article_count": 3,
"order": 10,
"create_time": 1614915772,
"update_time": 0,
"created_at": "2021-03-05 11:42:52",
"updated_at": "2021-03-05 14:13:17",
"article": [
{
"id": 146,
"title": "dsadas",
"group_id": 89,
"like_count": 0,
"column_id": 58,
"status_name": "",
"show_status_name": "",
"section_name": "",
"notice_num": 0
},
{
"id": 147,
"title": "打算的撒",
"group_id": 89,
"like_count": 0,
"column_id": 58,
"status_name": "",
"show_status_name": "",
"section_name": "",
"notice_num": 0
},
{
"id": 148,
"title": "99999999999",
"group_id": 89,
"like_count": 0,
"column_id": 58,
"status_name": "",
"show_status_name": "",
"section_name": "",
"notice_num": 0
}
],
"notice_num": 0
},
{
"id": 91,
"author_id": 20944,
"user_id": 48724,
"column_id": 58,
"group_name": "999999",
"group_desc": "999999",
"article_count": 1,
"order": 20,
"create_time": 1614924828,
"update_time": 0,
"created_at": "2021-03-05 14:13:48",
"updated_at": "2021-03-05 14:14:07",
"article": [
{
"id": 149,
"title": "252525255225",
"group_id": 91,
"like_count": 0,
"column_id": 58,
"status_name": "",
"show_status_name": "",
"section_name": "",
"notice_num": 0
}
],
"notice_num": 0
}
]
}</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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>