用户橱窗销售信息
POST
/api/douyin/user_profile_sale:::highlight red 📌
此接口需要账号cookie,请低频使用
:::
请求参数
Body 参数application/json
sec_user_id
string
可选
用户sec_user_id(与分享链接必填一项)
share_text
string
可选
主页分享链接(与用户sec_user_id必填一项)
sessionid
string
必需
登录后的cookie -> sessionid字段
proxy
可选
代理(http或socks5)
Any of
为空使用程序默认代理
示例
{
"sec_user_id": "MS4wLjABAAAAcmS1UJphcbKEcmAQvWC8KLIyKCmzHIMGAl4L2Jhaw9QLV0O3PwSZVJJF31erxLXu",
"share_text": "",
"sessionid": ""
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
path
string
必需
data
object
必需
status_code
integer
必需
window_header_bff
object
必需
示例
{
"code": 0,
"msg": "string",
"path": "string",
"data": {
"status_code": 0,
"window_header_bff": {
"other_info": {
"avatar_medium": {
"uri": "string",
"url_list": [
"string"
]
},
"avatar_medium_background_rgb": "string",
"cart_entry_info": {
"jump_url": "string"
},
"detail_url": "string",
"extra_params": {
"header_improve_status": "string"
},
"fans_club_info": {
"fans_club_level": 0,
"fans_club_url": "string",
"fans_config": {
"bubble_color": "string",
"jump_text": "string",
"jump_text_color": "string",
"prompt_text": "string",
"prompt_text_color": "string",
"seperator_color": "string",
"show_limit": 0
},
"join_status": true,
"open_fans_club": true
},
"follow_status": 0,
"im_entry": {
"icon": {
"height": 0,
"url_list": [
"string"
],
"width": 0
}
},
"nick_name": "string",
"nick_name_suffix": "string",
"order_url": "string",
"reputation": {
"sales": "string",
"salesNum": 0,
"text": "string"
},
"window_guide_display": true,
"window_guide_text": "string",
"window_show_follow_button": true
},
"sections": [
{
"items": [
{
"author": {
"author_guide_info_bottom": [
{
"infos": [
{
"color": "string",
"margin_left": 0,
"margin_right": 0,
"text": "string"
}
]
}
],
"author_guide_info_top": [
{
"infos": [
{
"color": "string",
"margin_left": 0,
"margin_right": 0,
"text": "string"
}
]
}
],
"avatar_medium": {
"uri": "string",
"url_list": [
"string"
]
},
"fans_amount_des": "string",
"fans_info": {
"amount": "string",
"text": "string"
},
"follow_status": 0,
"new_reputation_style": true,
"reputation": {
"sales": "string",
"salesNum": 0,
"text": "string"
}
},
"item_type": 0,
"lynx_common_card": {
"lynx_config": "string",
"lynx_data": "string"
}
}
],
"section_style": {
"margin_bottom": 0,
"margin_left": 0,
"margin_right": 0,
"margin_top": 0
}
}
]
}
}
}
最后修改时间: 1 个月前