查询相似粉丝定向行业和达人
POST
/openapi/fanstop/photo/config/targetIndustryContent-type: x-www-form-urlencode
请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
result
integer
必需
错误码。非1 表示失败。
errorMsg
string
错误信息
industrys
array [object {3}]
必需
industryId
integer
行业id
industryName
string
行业名称
industryInfluencerOpenIds
array[string]
可选
行业下达人用户的openid
示例
{
"result": 1,
"errorMsg": "",
"industrys": [
{
"industryId": 1,
"industryName": "才艺",
"industryInfluencerOpenIds": [
"e100bfbabe82515636ff31e667604c30",
"e100bfbabe82515636ff31e64b490e1c",
"e100bfbabe82515636ff31e6719971cc",
"e100bfbabe82515636ff31e67cf8eba3",
"e100bfbabe82515636ff31e6788abed3",
"e100bfbabe82515636ff31e67fdc1b83",
"e100bfbabe82515636ff31e678cd4790",
"e100bfbabe82515636ff31e67ca8f8f5",
"e100bfbabe82515636ff31e63659d51a",
"e100bfbabe82515636ff31e67fe57fa7",
"e100bfbabe82515636ff31e665379c76",
"e100bfbabe82515636ff31e66b1d945a"
]
}
]
}
最后修改时间: 3 年前