错误码 | 说明 |
---|---|
21701 | 互动雷达参数校验失败 |
21702 | 互动雷达查询失败 |
调用此接口需购买基础席位。 |
curl --location --request GET 'https://open.weibanzhushou.com/open-api/interact_radar/detail?radar_id=&staff_id&access_token='
{
"result": {
"id": 1,
"staff_name": "",
"link": "",
"radar_link": "",
"name": "test",
"type": "link",
"file_type": "",
"file_name": "",
"file_url": "",
"clicked_total": 0,
"behavior_notify": true,
"activity_notify": true,
"auto_mark_tag": [
{
"id": 1,
"name": "标签名称"
}
],
"title": "链接",
"desc": "",
"cover_url": "",
"auto_mark_tag_rule": [
{
"count": 1,
"kind": "click_count",
"tag_list": [
{
"id": 1,
"name": "标签名称"
}
]
}
],
"score_rule": [
{
"id": 1,
"rules": [
{
"count": 0,
"kind": "entry_once",
"score": 1,
"tags": [
{
"id": 1,
"name": "标签名称"
}
]
},
{
"count": 2,
"kind": "entry_count",
"score": 2,
"tags": [
{
"id": 2,
"name": "标签名称"
}
]
}
]
}
],
"external_user_ids": [
"wm8xjUCAAAK2MTXtzILXamF_tIWYOUVw",
"wm8xjUCAAACuC_QEObTZ-sZ3smKjmIcw"
]
},
"errcode": 0,
"errmsg": "ok"
}