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: 1743788579, nonceStr: 'LknGqAp8QEBWz12C', signature: '3c39f1f9804709a5dc623e56edd4f88451ef65b1', jsApiList: [ "onMenuShareTimeline", "onMenuShareAppMessage", ] }); wx.ready(function () { var wxCallbacks = { // 分享操作开始之前 title: '%E6%9D%A8%E6%A2%85%E6%9D%A5%E4%BA%86%EF%BC%8C%E8%BF%9B%E5%9B%AD%E9%87%87%E6%91%98%E5%BF%AB%E9%80%92%E5%88%B0%E5%AE%B6%E7%9A%86%E5%8F%AF', // 分享标题fxtitle link: 'https%3A%2F%2Fwww.xsdnjl.com%2Fgonglue%2F772.html', //location.href, // 分享链接 desc: '', // 分享描述 imgUrl: 'https%3A%2F%2Fwww.xsdnjl.com%2Fuploads%2Fallimg%2F210602%2F1-2106021623511N.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) });