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: 1744116570, nonceStr: '3ZopV9Zw0M8pCQc8', signature: '6298d8075bafdcd28fac9e481ca73e1e4acb0948', jsApiList: [ "onMenuShareTimeline", "onMenuShareAppMessage", ] }); wx.ready(function () { var wxCallbacks = { // 分享操作开始之前 title: '%E8%A5%BF%E5%B1%B1%E6%9E%87%E6%9D%B7%E6%8F%90%E5%89%8D%E4%B8%80%E4%B8%AA%E6%9C%88%E5%B0%B1%E4%B8%8A%E5%B8%82%E4%BA%86%EF%BC%9F%E6%81%B0%E9%80%A2%E2%80%9C%E6%9E%87%E6%9D%B7%E7%89%B9%E5%B0%8F', // 分享标题fxtitle link: 'https%3A%2F%2Fwww.xsdnjl.com%2Fxishan%2F240.html', //location.href, // 分享链接 desc: '', // 分享描述 imgUrl: 'https%3A%2F%2Fwww.xsdnjl.com%2Fuploads%2Fallimg%2F160419%2F1-160419222521914-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) });