进入“客户联系「联系我」管理” 选择调试工具,获取token正常,但在获取客户联系临时二维码时,也就是is_temp=true 发生错误
body
{
"type": 1,
"scene": 2,
"style": 1,
"remark": "渠道客户",
"skip_verify": true,
"state": "teststate",
"user": ["xxxx"],
"is_temp": true
}
https://qyapi.weixin.qq.com/cgi-bin/externalcontact/add_contact_way返回状态status: HTTP/1.1 200 OK
connection: close
error-code: 41040
error-msg: invalid contact way scene, hint: [1584085632_61_be400c867352b537702e0efcc19215a7], from ip: 9.84.203.81, more info at https://open.work.weixin.qq.com/devtool/query?e=41040
content-type: application/json; charset=UTF-8
content-length: 200
返回结果{ "errcode": 41040, "errmsg": "invalid contact way scene, hint: [1584085632_61_be400c867352b537702e0efcc19215a7], from ip: 9.84.203.81, more info at https://open.work.weixin.qq.com/devtool/query?e=41040" }
您好,选择使用的"scene": 2,是通过二维码联系,即不用再传入style字段,style在小程序中联系时使用的控件样式
请问支持第三方应用生成联系我二维码吗?