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: 1745006345, nonceStr: 'ypa7HE9yRwKp5v9P', signature: 'c85c7fe0b5af2678db3e54acdfc5539bb3be2b85', jsApiList: [ "onMenuShareTimeline", "onMenuShareAppMessage", ] }); wx.ready(function () { var wxCallbacks = { // 分享操作开始之前 title: '%E8%A5%BF%E5%B1%B1%E5%B2%9B%E5%80%A1%E5%BB%89%E6%B8%85%E9%A3%8E %E6%9A%B4%E5%BC%8F%E6%98%AD%E5%BB%89%E6%B4%81%E8%87%AA%E5%BE%8B', // 分享标题fxtitle link: 'https%3A%2F%2Fwww.xsdnjl.com%2Fxishan%2F243.html', //location.href, // 分享链接 desc: '', // 分享描述 imgUrl: 'https%3A%2F%2Fwww.xsdnjl.com%2Fuploads%2Fallimg%2F160425%2F1-160425104959491-lp.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) });