小程序
小游戏
企业微信
微信支付
扫描小程序码分享
官网技术大牛帮看下
授权事件接收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://”前缀就行。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你好,请求授权事件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://”前缀就行。