The JSSDK reports an error on the WeChat sharing page. Can you please troubleshoot?

WBOY
Release: 2016-08-18 09:15:33
Original
1003 people have browsed it

The JSSDK reports an error on the WeChat sharing page. Can you please troubleshoot?
The JSSDK reports an error on the WeChat sharing page. Can you please troubleshoot?
The JSSDK reports an error on the WeChat sharing page. Can you please troubleshoot?
The JSSDK reports an error on the WeChat sharing page. Can you please troubleshoot?

<code><script src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
<script>
  /*
   * 注意:
   * 1. 所有的JS接口只能在公众号绑定的域名下调用,公众号开发者需要先登录微信公众平台进入“公众号设置”的“功能设置”里填写“JS接口安全域名”。
   * 2. 如果发现在 Android 不能分享自定义内容,请到官网下载最新的包覆盖安装,Android 自定义分享接口需升级至 6.0.2.58 版本及以上。
   * 3. 常见问题及完整 JS-SDK 文档地址:http://mp.weixin.qq.com/wiki/7/aaa137b55fb2e0456bf8dd9148dd613f.html
   *
   * 开发中遇到问题详见文档“附录5-常见错误及解决办法”解决,如仍未能解决可通过以下渠道反馈:
   * 邮箱地址:weixin-open@qq.com
   * 邮件主题:【微信JS-SDK反馈】具体问题
   * 邮件内容说明:用简明的语言描述问题所在,并交代清楚遇到该问题的场景,可附上截屏图片,微信团队会尽快处理你的反馈。
   */
  wx.config({
    debug: true,
    appId: '{pigcms:$signPackage.appId}',
    timestamp: {pigcms:$signPackage.timestamp},
    nonceStr: '{pigcms:$signPackage.nonceStr}',
    signature: '{pigcms:$signPackage.signature}',
    jsApiList: ['onMenuShareTimeline','onMenuShareAppMessage'
      // 所有要调用的 API 都要加到这个列表中
    ]
  });
  wx.ready(function () {
    // 在这里调用 API
    wx.onMenuShareTimeline({
        title: '{pigcms:$Guajiang.title}', // 分享标题
        link: '', // 分享链接
        imgUrl: '{pigcms:$Guajiang.starpicurl}', // 分享图标
        success: function () { 
            // 用户确认分享后执行的回调函数
        },
        cancel: function () { 
            // 用户取消分享后执行的回调函数
        }
    });
    
    wx.onMenuShareAppMessage({
        title: '{pigcms:$Guajiang.title}', // 分享标题
        desc: '{pigcms:$Guajiang.info}', // 分享描述
        link: '', // 分享链接
        imgUrl: '{pigcms:$Guajiang.starpicurl}', // 分享图标
        type: '', // 分享类型,music、video或link,不填默认为link
        dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
        success: function () { 
            // 用户确认分享后执行的回调函数
        },
        cancel: function () { 
            // 用户取消分享后执行的回调函数
        }
    });
  });
</script></code>
Copy after login
Copy after login

The WeChat sharing error report is as shown in the picture. Using debug=true, the cause of the error was not found. Please provide some solutions.

Reply content:

The JSSDK reports an error on the WeChat sharing page. Can you please troubleshoot?
The JSSDK reports an error on the WeChat sharing page. Can you please troubleshoot?
The JSSDK reports an error on the WeChat sharing page. Can you please troubleshoot?
The JSSDK reports an error on the WeChat sharing page. Can you please troubleshoot?

<code><script src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
<script>
  /*
   * 注意:
   * 1. 所有的JS接口只能在公众号绑定的域名下调用,公众号开发者需要先登录微信公众平台进入“公众号设置”的“功能设置”里填写“JS接口安全域名”。
   * 2. 如果发现在 Android 不能分享自定义内容,请到官网下载最新的包覆盖安装,Android 自定义分享接口需升级至 6.0.2.58 版本及以上。
   * 3. 常见问题及完整 JS-SDK 文档地址:http://mp.weixin.qq.com/wiki/7/aaa137b55fb2e0456bf8dd9148dd613f.html
   *
   * 开发中遇到问题详见文档“附录5-常见错误及解决办法”解决,如仍未能解决可通过以下渠道反馈:
   * 邮箱地址:weixin-open@qq.com
   * 邮件主题:【微信JS-SDK反馈】具体问题
   * 邮件内容说明:用简明的语言描述问题所在,并交代清楚遇到该问题的场景,可附上截屏图片,微信团队会尽快处理你的反馈。
   */
  wx.config({
    debug: true,
    appId: '{pigcms:$signPackage.appId}',
    timestamp: {pigcms:$signPackage.timestamp},
    nonceStr: '{pigcms:$signPackage.nonceStr}',
    signature: '{pigcms:$signPackage.signature}',
    jsApiList: ['onMenuShareTimeline','onMenuShareAppMessage'
      // 所有要调用的 API 都要加到这个列表中
    ]
  });
  wx.ready(function () {
    // 在这里调用 API
    wx.onMenuShareTimeline({
        title: '{pigcms:$Guajiang.title}', // 分享标题
        link: '', // 分享链接
        imgUrl: '{pigcms:$Guajiang.starpicurl}', // 分享图标
        success: function () { 
            // 用户确认分享后执行的回调函数
        },
        cancel: function () { 
            // 用户取消分享后执行的回调函数
        }
    });
    
    wx.onMenuShareAppMessage({
        title: '{pigcms:$Guajiang.title}', // 分享标题
        desc: '{pigcms:$Guajiang.info}', // 分享描述
        link: '', // 分享链接
        imgUrl: '{pigcms:$Guajiang.starpicurl}', // 分享图标
        type: '', // 分享类型,music、video或link,不填默认为link
        dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
        success: function () { 
            // 用户确认分享后执行的回调函数
        },
        cancel: function () { 
            // 用户取消分享后执行的回调函数
        }
    });
  });
</script></code>
Copy after login
Copy after login

The WeChat sharing error report is as shown in the picture. Using debug=true, the cause of the error was not found. Please provide some solutions.

The JSSDK reports an error on the WeChat sharing page. Can you please troubleshoot?data_url is empty

Is there no setting to share the url

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template