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: 1744841393, nonceStr: 'TABNWnsJxuR9J8Da', signature: 'fc21f714cc9fc7ccee4390148e1dd0b48dd8bc8a', jsApiList: [ "onMenuShareTimeline", "onMenuShareAppMessage", ] }); wx.ready(function () { var wxCallbacks = { // 分享操作开始之前 title: '%E8%A5%BF%E5%B1%B1%E7%9B%91%E7%AE%A1%E6%89%80%E5%8A%A9%E6%8E%A8%E6%B4%9E%E5%BA%AD%E5%B1%B1%E7%A2%A7%E8%9E%BA%E6%98%A5%E8%8C%B6%E4%BC%81%E6%8C%81%E7%BB%AD%E5%81%A5%E5%BA%B7%E5%8F%91%E5%B1%95', // 分享标题fxtitle link: 'https%3A%2F%2Fwww.xsdnjl.com%2Fxishan%2F644.html', //location.href, // 分享链接 desc: '', // 分享描述 imgUrl: 'https%3A%2F%2Fwww.xsdnjl.com%2Fuploads%2Fallimg%2F190309%2F1-1Z3091F442427.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) });