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: 1744345843, nonceStr: 'oYszQPnULoflHrKY', signature: '1b8e08fa505ece7ade08e019d73be297c72841e1', jsApiList: [ "onMenuShareTimeline", "onMenuShareAppMessage", ] }); wx.ready(function () { var wxCallbacks = { // 分享操作开始之前 title: '%E5%8F%A4%E6%A8%9F%E5%9B%AD%E9%87%8C%E5%8F%AF%E4%B8%8D%E6%AD%A2%E6%9C%89%E5%8F%A4%E6%A8%9F%E6%A0%91%EF%BC%8C%E8%BF%99%E4%BA%9B%E7%A7%8B%E8%89%B2%E4%BD%A0%E7%9F%A5%E9%81%93%E5%90%97', // 分享标题fxtitle link: 'https%3A%2F%2Fwww.xsdnjl.com%2Fjingqu%2F379.html', //location.href, // 分享链接 desc: '', // 分享描述 imgUrl: 'https%3A%2F%2Fwww.xsdnjl.com%2Fuploads%2Fallimg%2F180727%2F1-1PHGQA9403-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) });