获取点赞列表
POST
/get_profile_like
请求参数
Body 参数application/json
object {0}
示例
{}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/get_profile_like' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
status
enum<string>
必需
枚举值:
ok
retcode
number
必需
data
object
必需
total_count
number
总点赞数
new_count
number
新点赞数
new_nearby_count
number
必需
last_visit_time
number
必需
userInfos
array [object {16}]
必需
message
string
必需
wording
string
必需
echo
string | null
必需
示例
{
"status": "ok",
"retcode": 0,
"data": {
"total_count": 0,
"new_count": 0,
"new_nearby_count": 0,
"last_visit_time": 0,
"userInfos": [
{
"uid": "string",
"src": 0,
"latestTime": 0,
"count": 0,
"giftCount": 0,
"customId": 0,
"lastCharged": 0,
"bAvailableCnt": 0,
"bTodayVotedCnt": 0,
"nick": "string",
"gender": 0,
"age": 0,
"isFriend": true,
"isvip": true,
"isSvip": true,
"uin": 0
}
]
},
"message": "string",
"wording": "string",
"echo": "string"
}
修改于 2024-10-29 01:52:15