update `weixin` set `expire_time`='1766226421', `access_token`='99_8X9CoJ68ipGvzjfH7c-mvcAF3lJedSVV6Ww5aXEpnbGQv_NNPTTz28jTiixvvkUoGtbQeKiIYQ2ZbqOoxANHJUHjXE84KYSB5ryLq1cOfEAGiOHdPxVvGit0U28CLPgACAFOS' where `appid`='wx16a30236aa49a0d1'update `weixin` set `jexpire_time`='1766226421', `jsapi_ticket`='LIKLckvwlJT9cWIhEQTwfPi-5nWvSEBUaEpc0__r0M5eaO8zNGdBBVt5afooKOb5JROpdug5cTsAcdGztnEh7g' where `appid`='wx16a30236aa49a0d1' dataForWx = { "link": "http://evp.51job.com/2020/kcc/", //微信链接 "imgUrl": "http://evp.51job.com/2020/kcc/logo.png", //微信logo "title":"金佰利中国2020校园招聘", //微信标题 "desc":"年轻有为来KC", }; wx.config({ debug: false, appId: 'wx16a30236aa49a0d1', timestamp: 1766219421, nonceStr: 'sBVPB44XjJBQmOei', signature: '8b99ebdc3639fc8cc052d58cda0ff850a46a6d4c', jsApiList: [ 'onMenuShareAppMessage', 'onMenuShareTimeline' ] }); wx.ready(function() { wx.onMenuShareAppMessage({ title: dataForWx.title, desc: dataForWx.desc, link: dataForWx.link, imgUrl: dataForWx.imgUrl, fail: function (res) {f alert(JSON.stringify(res)); } }); wx.onMenuShareTimeline({ title: dataForWx.title, link: dataForWx.link, imgUrl: dataForWx.imgUrl, fail: function (res) { alert(JSON.stringify(res)); } }); });