update `weixin` set `expire_time`='1779116761', `access_token`='104_cLVPZ8B4ds8n3UVRynkLdErf7WC4uPApKfFg7sr_nPoZ6sLTQ6EnKpeFlsp_yUuE1VC8y8WE423298SUOm7GQ6X0ye1ybguefdmI51Jw3EMcOjbpNFMtWZqLavoXREhABABVI' where `appid`='wx16a30236aa49a0d1'update `weixin` set `jexpire_time`='1779116761', `jsapi_ticket`='LIKLckvwlJT9cWIhEQTwfPi-5nWvSEBUaEpc0__r0M7-BbfRRcIcjXrJzv5Y14GunouufTbsMhizl7-D4lBxvg' where `appid`='wx16a30236aa49a0d1' dataForWx = { "link": "https://evp.51job.com/51job/2021CampusRecruitment/", //微信链接 "imgUrl": "https://evp.51job.com/51job/2021CampusRecruitment/logo.jpg", //微信logo "title": "2021校园招聘白皮书", //微信标题 "desc": "高校端 | 学生端 | 雇主端" //微信备注 }; wx.config({ debug: false, appId: 'wx16a30236aa49a0d1', timestamp: 1779109761, nonceStr: 'RVhU7afbDI2Gwkmt', signature: '4a9d24d8d2e252d99d80108ffec4e124636cc6ae', 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)); } }); });