服务商可通过此接口获取企业的获客助手组件授权信息。
请求方式:POST(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/externalcontact/customer_acquisition/get_comp_auth_info?access_token=ACCESS_TOKEN
参数说明:
参数 | 必须 | 说明 |
---|---|---|
access_token | 是 | 调用接口凭证 |
权限说明:
返回结果:
{
"errcode": 0,
"errmsg": "ok",
"pay_mode": 1,
"price":300,
"link_auth_mode": 1,
"auth_apps": [
{
"agentid": 1000030
},
{
"agentid": 1000031
}
]
}
参数说明:
参数 | 说明 |
---|---|
errcode | 返回码 |
errmsg | 对返回码的文本描述内容 |
pay_mode | 使用扣除方式。0为扣企业的,1为扣服务商的 |
price | 当扣款方式为服务商代付(pay_mode=1)时,代付单价,单位为分 |
link_auth_mode | 链接授权方式。0为企业选择链接进行授权,1为关联应用创建的链接 |
auth_apps | 当1为关联应用创建链接时,返回对应的关联应用信息列表 |