update `weixin` set `expire_time`='1775478762', `access_token`='102_n77qfEeDj7hAXReJS5sw9V5eMo5P5Gs8RoaAnrjvGM5fAMpFttE3BjBPfdqmgtOmkun2Br__QokVE7qOc9YumRQ5atXe09K276J18Fscx85Vi7LcET3rTHkKG-8FXWbADARJI' where `appid`='wx16a30236aa49a0d1'update `weixin` set `jexpire_time`='1775478762', `jsapi_ticket`='LIKLckvwlJT9cWIhEQTwfPi-5nWvSEBUaEpc0__r0M56aeXI-aIvXx0OouTr3XT8G9Hz3AmUScImw-4jLkgJVQ' where `appid`='wx16a30236aa49a0d1' dataForWx = { "link": "https://evp.51job.com/2020/cmit/mobile/", //微信链接 "imgUrl": "https://evp.51job.com/2020/cmit/cover.jpg", //微信logo "title": "中移(动)信息科技2020秋季校园招聘", //微信标题 "desc": "和你移起 智创未来", }; wx.config({ debug: false, appId: 'wx16a30236aa49a0d1', timestamp: 1775471762, nonceStr: 'uEH4uUq4ZhD6AD4t', signature: '7600ee82c572cd4b2a5ac059b1f4f7e33152ae62', 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)); } }); });