错误码 | 说明 |
---|---|
21701 | 参数校验失败 |
21702 | 数据库查询失败 |
21703 | 操作执行失败 |
21704 | 链接解析失败 |
21705 | 雷达标题已存在 |
调用此接口需购买基础席位。 |
{
"staff_id": "string",
"name": "string",
"type": "string",
"title": "string",
"group_id": 0,
"link": "string",
"desc": "string",
"cover_url": "string",
"file_name": "string",
"file_size": "string",
"file_type": "string",
"file_url": "string",
"is_show_sender_info": true,
"behavior_notify": true,
"activity_notify": true,
"score_rule": {
"rules": [
{
"count": 0,
"kind": "string",
"score": 0,
"tags": [
{
"id": 0,
"ext_id": "string"
}
]
}
]
},
"auto_mark_tag_rule": [
{
"count": 0,
"kind": "string",
"tag_list": [
"string"
]
}
]
}
curl --location --request POST 'https://open.weibanzhushou.com/open-api/interact_radar/update?radar_id&access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"staff_id": "string",
"name": "string",
"type": "string",
"title": "string",
"group_id": 0,
"link": "string",
"desc": "string",
"cover_url": "string",
"file_name": "string",
"file_size": "string",
"file_type": "string",
"file_url": "string",
"is_show_sender_info": true,
"behavior_notify": true,
"activity_notify": true,
"score_rule": {
"rules": [
{
"count": 0,
"kind": "string",
"score": 0,
"tags": [
{
"id": 0,
"ext_id": "string"
}
]
}
]
},
"auto_mark_tag_rule": [
{
"count": 0,
"kind": "string",
"tag_list": [
"string"
]
}
]
}'
{
"errcode": 0,
"errmsg": "ok",
}