关注列表
GET
/douyin/relation/follow/list/
请求参数
Query 参数
user_id
string
必需
token
string
必需
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/douyin/relation/follow/list/?user_id=&token='
返回响应
🟢200成功
application/json
Body
status_code
string
必需
status_msg
string | null
必需
user_list
array [object {11}] | null
用户信息列表
id
integer
可选
name
string
可选
follow_count
integer
可选
follower_count
integer
可选
is_follow
boolean
可选
avatar
string
可选
background_image
string
可选
signature
string
可选
total_favorited
string
可选
work_count
integer
可选
favorite_count
integer
可选
示例
{
"status_code": "string",
"status_msg": "string",
"user_list": [
{
"id": 0,
"name": "string",
"follow_count": 0,
"follower_count": 0,
"is_follow": true,
"avatar": "string",
"background_image": "string",
"signature": "string",
"total_favorited": "string",
"work_count": 0,
"favorite_count": 0
}
]
}