update `weixin` set `expire_time`='1771606589', `access_token`='101_VYXA5JF0e4iHLz2-yuxl53Yl7GYY7wrYr2yoLQZsy2c3axc46wIG26NvWQa3fVeW1URtLBaQ6HZ2HbKm1fEDvDQe4g3cDu_8nKLAcYv3mWI43kYWJ6mheL7tSf0FLNjADAUAC' where `appid`='wx16a30236aa49a0d1'update `weixin` set `jexpire_time`='1771606590', `jsapi_ticket`='LIKLckvwlJT9cWIhEQTwfPi-5nWvSEBUaEpc0__r0M6BehXz6VFr-bkcRJjJSXu9wDo7wiozX1GyS3_QTvxxDA' where `appid`='wx16a30236aa49a0d1' dataForWx = { "link": "https://evp.51job.com/ykjt/", //微信链接 "imgUrl": "https://evp.51job.com/ykjt/weixin/share.jpg", //微信logo "title": "兖矿集团2020年高校毕业生招聘", //微信标题 "desc": "寻找我们兖中的矿世奇才", }; wx.config({ debug: false, appId: 'wx16a30236aa49a0d1', timestamp: 1771599590, nonceStr: 'SLntvbegm0YYxmeV', signature: '243c0b106f313ff1739237cc499b63dd9261298f', jsApiList: [ 'onMenuShareAppMessage', 'onMenuShareTimeline' ] }); wx.ready(function() { wx.onMenuShareAppMessage({ title: dataForWx.title, desc: dataForWx.desc, link: dataForWx.link, imgUrl: dataForWx.imgUrl, fail: function (res) { alert(JSON.stringify(res)); } }); wx.onMenuShareTimeline({ title: dataForWx.title, link: dataForWx.link, imgUrl: dataForWx.imgUrl, fail: function (res) { alert(JSON.stringify(res)); } }); });