查询相似粉丝定向行业和达人
POST
/openapi/fanstop/photo/config/targetIndustry
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://open.kuaishou.com/openapi/fanstop/photo/config/targetIndustry?app_id=&access_token='
响应示例响应示例
{
"result": 1,
"errorMsg": "",
"industrys": [
{
"industryId": 1,
"industryName": "才艺",
"industryInfluencerOpenIds": [
"e100bfbabe82515636ff31e667604c30",
"e100bfbabe82515636ff31e64b490e1c",
"e100bfbabe82515636ff31e6719971cc",
"e100bfbabe82515636ff31e67cf8eba3",
"e100bfbabe82515636ff31e6788abed3",
"e100bfbabe82515636ff31e67fdc1b83",
"e100bfbabe82515636ff31e678cd4790",
"e100bfbabe82515636ff31e67ca8f8f5",
"e100bfbabe82515636ff31e63659d51a",
"e100bfbabe82515636ff31e67fe57fa7",
"e100bfbabe82515636ff31e665379c76",
"e100bfbabe82515636ff31e66b1d945a"
]
}
]
}
请求参数
Query 参数
app_id
string
应用唯一标识
默认值:
{{app_id}}
access_token
string
接口访问凭证
默认值:
{{access_token}}
返回响应
修改于 2021-12-29 04:21:54