请求URL
http://xx.com/fc/praiseList
Headers
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
id |
是 |
int |
朋友圈列表id字段 |
返回示例
{
"error_code": 0,
"msg": "success",
"data": [
{
"id": 1,
"fc_id": 2,
"friend_id": 3,
"status": 1, //0取消点赞 1点赞
"created_at": "2021-11-24 13:08:01", //点赞时间
"updated_at": "2021-11-24 13:10:10",
"user": {
"id": 3,
"nickname": "机器人3号", //点赞者昵称
"headimg": "" //点赞者头像
}
},
{
"id": 2,
"fc_id": 2,
"friend_id": 28,
"status": 1,
"created_at": "2021-11-24 13:08:01",
"updated_at": "2021-11-24 13:08:01",
"user": {
"id": 28,
"nickname": "一纸解语偏无休",
"headimg": ""
}
}
],
"total": 2
}
返回参数说明
参数名 |
类型 |
说明 |
error_code |
int |
0成功 |
msg |
string |
ok |
备注