喜欢我的人
<h5>简要描述</h5>
<ul>
<li>喜欢我的人</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://zhibo.cookiegeeks.com/user/like-users</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </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;">token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>token</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
"code": 200,
"msg": "操作成功",
"data": [
{
"id": "2",
"user_id": "11",
"liked_id": "10",
"create_time": "1",
"targetUser": {
"id": "10",
"udid": "123456",
"code_name": "1",
"gender": "1",
"like_gender": "1",
"age": "18",
"nickname": "揽新晨",
"invite_code": null,
"avatar": "https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fpic21.nipic.com%2F20120606%2F5137861_093119370162_2.jpg&refer=http%3A%2F%2Fpic21.nipic.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1636269563&t=f2ae4c8003808a6d66f1447b844c1204",
"is_vip": "0",
"vip_expire_time": null,
"coins": "97740",
"status": "1",
"is_authentication": "0",
"online_status": "1",
"agora_user_id": "9",
"create_time": "1632998636",
"update_time": "1634201941",
"country": "China",
"city": "chengDu",
"introduction": "这是我的自我介绍,about me",
"agora": {
"id": "9",
"user_id": "10",
"uuid": "fdc5c530-2ccc-11ec-99dc-b7249c0a70c9",
"type": "user",
"created": "1634201948426",
"modified": "1634201948426",
"username": "traynor_10",
"activated": "1",
"nickname": "揽新晨",
"password": "123456",
"create_time": "1634201963"
}
}
}
]
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>