错误码 | 说明 |
---|---|
21701 | 互动雷达参数校验失败 |
21702 | 互动雷达查询失败 |
调用此接口需购买基础席位。 |
curl --location --request GET 'https://open.weibanzhushou.com/open-api/interact_radar/group/list?type=link&access_token='
{
"errcode": 0,
"errmsg": "ok",
"groups": [
{
"child_group_list": [],
"department_list": [
"0"
],
"id": 1,
"is_default": true,
"name": "默认分组",
"parent_id": 0,
"staff_ext_id": null,
"type": "link"
},
{
"child_group_list": [
{
"child_group_list": [],
"department_list": [],
"id": 420,
"is_default": false,
"name": "21发送",
"parent_id": 419,
"staff_ext_id": "NongFuSanQuan",
"type": "link"
}
],
"department_list": [
"0"
],
"id": 419,
"is_default": false,
"name": "自定义角色",
"parent_id": 0,
"staff_ext_id": "NongFuSanQuan",
"type": "link"
}
]
}