官网技术大牛帮看下
授权事件接收URL
http://marketing.126net.com/wx_accredit/authorize.api
APPID: wxf6ac8eca1f050da9
授权事件一直获取不到 “component_verify_ticket” 内容
官网技术大牛帮看下
授权事件接收URL
http://marketing.126net.com/wx_accredit/authorize.api
APPID: wxf6ac8eca1f050da9
授权事件一直获取不到 “component_verify_ticket” 内容
2 个回答
你好,请求授权事件url没有正确返回successz字符串哈。后续遇到ticket的问题请先参考进行自助排查哈https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/api/component_verify_ticket_troubleshooting.html
因为外层追加了 nginx 环境 同时配置了 http 自动转 https跳转,导致 “component_verify_ticket” 接受失败,只需要把授权地址 换成 “https://”前缀就行。