请求域名:

  • http://xx.com

请求URL:

xx.com/business/{公众号id}/plugin/DrainageCode/getDetail

请求类型

POST

参数:

参数名 是否必须 类型 说明
id int 爆客码id

返回示例:

正确时返回:


返回参数说明:

参数名 类型 说明
id int 爆客码id
name string 爆客码名称
is_binding_tag int 是否自动打标签
banner string banner图
color string 背景颜色
range[].type string staff员工,department部门
range[].id int 员工或部门id
range[].naem stirng 员工或部门名称
tag_list[].id int 标签id
tag_list[].name string 标签名称
tag_list[].has_many_scene[].scene array 爆客场景()
content_list object 如下
``
{
	'id':1
	'type' : 'text'
	'news' : '文本消息'
}
{
	'id':2
	'type' : 'image'
	'link_img':'图片地址'
}
{
	'id':3
	'type' : 'link'
	'title' : '链接标题',
    'link' : '链接地址',
    'describe' : '链接描述',
    'link_img' : '链接封面'
}
{
	'id':4
	'type' : 'applet'
	'title' : '小程序标题',
    'appid' : '小程序appid',
    'page' : '小程序page路径',
    'link_img' : '小程序封面',
}
{
	'id':5
	'type' : 'video'
	'link_video' : '视频地址'
}
{
	'id':6
	'type' : 'file'
	'link_file' : '文件地址'
}