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: 1744379016, nonceStr: '3tZNd1jWrCHaBkkv', signature: 'a70821d6de8329bb664eb810f68f38a94a9ead14', jsApiList: [ "onMenuShareTimeline", "onMenuShareAppMessage", ] }); wx.ready(function () { var wxCallbacks = { // 分享操作开始之前 title: '%E5%A4%AA%E6%B9%96%E8%8A%B1%E6%B5%B7%E5%86%9C%E5%BA%84C%E4%BD%8D%E5%87%BA%E9%81%93%EF%BC%8C9%E6%9C%88%E5%B0%B1%E8%AF%A5%E8%BF%99%E4%B9%88%E7%8E%A9', // 分享标题fxtitle link: 'https%3A%2F%2Fwww.xsdnjl.com%2Fgonglue%2F749.html', //location.href, // 分享链接 desc: '', // 分享描述 imgUrl: 'https%3A%2F%2Fwww.xsdnjl.com%2Fuploads%2Fallimg%2F200831%2F9-200S1152944154.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) });