关注用户
POST
/api/douyin_v1/follow请求参数
Body 参数multipart/form-data
cookie
string
必需
登录接口获取到的cookie
user_id
string
必需
用户的user_id或uid
follow_type
string
必需
类型(0:取消关注, 1:关注)
proxy
string
可选
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
path
null
必需
data
object
必需
status_msg
string
必需
follow_status
integer
必需
footer
object
必需
extra
object
必需
log_pb
object
必需
status_code
integer
必需
示例
{
"code": 0,
"msg": "string",
"path": null,
"data": {
"status_msg": "string",
"follow_status": 0,
"footer": {
"show_entrance": 0,
"text": "string",
"type": 0,
"duration": 0
},
"extra": {
"now": 0,
"fatal_item_ids": [
null
],
"logid": "string"
},
"log_pb": {
"impr_id": "string"
},
"status_code": 0
}
}
最后修改时间: 2 months ago