我收到的有声集评点赞
<h5>简要描述</h5>
<ul>
<li>我收到的有声集评点赞</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xx.com/api/myGetListenEpisodeLikes</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;">page</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>页码</td>
</tr>
<tr>
<td style="text-align: left;">pageSize</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>数量</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": 200,
"message": "ok",
"data": {
"data": [
{
"id": 4,
"user_id": 48724,
"to_user_id": 48724,
"post_id": 20,
"listen_id": 12,
"episode_id": 1119,
"create_time": 1631862286,
"update_time": 1631862286,
"created_at": "2021-09-17 15:04:46",
"updated_at": "2021-09-17 15:04:46",
"user": {
"user_id": 48724,
"user_nickname": "werty",
"user_head": "/avatar/man_user_hear3.png",
"user_finance_level": 1,
"user_sign": "我已加入联合阅读大家庭!",
"mute_status": 1,
"user_display": 1,
"user_finance_level_name": "普通会员",
"mute_status_name": "正常",
"display_status_name": "正常",
"ticket_month_process": "",
"surplus_user_gold2": ""
},
"listen": {
"id": 12,
"title": "穿越计划之零贰号日常|女强|穿越|权谋|精品多人剧",
"status_name": "",
"sign_status_name": "",
"sell_status_name": "",
"first_type_name": "",
"process_name": ""
},
"post": {
"id": 20,
"user_id": 1414,
"listen_id": 15,
"comment_post_id": 0,
"comment_user_id": 0,
"reply_post_id": 0,
"reply_user_id": 73135,
"content": "这配音还带BGM和混响的啊[em225]",
"img": "",
"ip": "14.204.164.109",
"reply_count": 0,
"like_count": 0,
"istop": 0,
"isbest": 0,
"last_reply_time": 0,
"level": 1,
"deleted_user_id": null,
"is_delete": 0,
"is_approved": 1,
"create_time": 1631419539,
"update_time": 1631419539,
"created_at": "2021-09-12 12:05:39",
"updated_at": "2021-09-12 12:05:39"
}
}
],
"total": 1,
"current_page": 1,
"per_page": 10,
"last_page": 1
}
}</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>