Notice: Undefined property: stdClass::$access_token in /usr/home/wh-aaa6t9sj7hcp9t2iy2u/htdocs/wxshareapi/JSSDK.php on line 85 Notice: Undefined property: stdClass::$ticket in /usr/home/wh-aaa6t9sj7hcp9t2iy2u/htdocs/wxshareapi/JSSDK.php on line 61 wx.config({ //debug: true, appId: 'wxcf1910d604030881', timestamp: 1743814096, nonceStr: 'QQo0hE5TehPhxJb1', signature: 'a2814e8f98549ca76707294e04c04b8396fd9b70', jsApiList: [ "onMenuShareTimeline", "onMenuShareAppMessage", ] }); wx.ready(function () { var wxCallbacks = { // 分享操作开始之前 title: '%E8%8B%8F%E5%B7%9E%E5%A4%AA%E6%B9%96%E8%A5%BF%E5%B1%B1%E6%B9%96%E6%99%AF%E5%88%AB%E5%A2%85%E5%8C%85%E6%A0%8B%E8%BD%B0%E8%B6%B4', // 分享标题fxtitle link: 'https%3A%2F%2Fwww.xsdnjl.com%2Fgonglue%2F777.html', //location.href, // 分享链接 desc: '', // 分享描述 imgUrl: 'https%3A%2F%2Fwww.xsdnjl.com%2Fuploads%2Fallimg%2F211209%2F1-211209111135A7.jpg', // 分享图标 type: '', // 分享类型,music、video或link,不填默认为link dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空 success: function () { }, cancel: function () { } }; //分享到朋友圈 wx.onMenuShareTimeline(wxCallbacks); //分享给单个朋友 wx.onMenuShareAppMessage(wxCallbacks); console.log('wx ready'); }); wx.error(function (res) { console.log('err', res) });