获取自身点赞列表
GET
/get_profile_like请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
status
string
必需
retcode
integer
必需
data
array [object {16}]
必需
uid
string
必需
src
integer
必需
latestTime
integer
必需
count
integer
必需
giftCount
integer
必需
customId
integer
必需
lastCharged
integer
必需
bAvailableCnt
integer
必需
bTodayVotedCnt
integer
必需
nick
string
必需
gender
integer
必需
age
integer
必需
isFriend
boolean
必需
isvip
boolean
必需
isSvip
boolean
必需
uin
integer
必需
message
string
必需
wording
string
必需
示例
{
"status": "ok",
"retcode": 0,
"data": [
{
"uid": "u_snYxnEfja-Po_cdFcQ",
"src": 71,
"latestTime": 1714648573,
"count": 10,
"giftCount": 0,
"customId": 0,
"lastCharged": 0,
"bAvailableCnt": 0,
"bTodayVotedCnt": 0,
"nick": "林雨辰",
"gender": 0,
"age": 0,
"isFriend": true,
"isvip": false,
"isSvip": false,
"uin": 379450326
}
],
"message": "",
"wording": ""
}
最后修改时间: 10 天前