update `weixin` set `expire_time`='1779127574', `access_token`='104_d_GdbZ1SccQBXvfQPGIYS_EVW7AxGyUxGf9DeFC4KIfgaEbf99bAnWUhkhzf61j5Qi1oGit586-yHE3G6ulXqKRLOoA_0ByedfgQ2vKJdMmQLyK3kUVxL5vacKcIUEiAJADPZ' where `appid`='wx3f4e3b608aa393ac'update `weixin` set `jexpire_time`='1779127574', `jsapi_ticket`='HoagFKDcsGMVCIY2vOjf9jbaPhfZO8Z_1HNXXMD3lpqAhe5Nttn_WIOCXH-IfCn7f0bn68oaq_qrqAL_1YvBZg' where `appid`='wx3f4e3b608aa393ac' dataForWx = { "link": "http://evp.51job.com/BI/template/MT.shtml", //微信链接 "imgUrl": "http://evp.51job.com/BI/cover.jpg", //微信logo "title": "勃林格殷格翰(中国)投资有限公司人才招聘", //微信标题 "desc": "期待你的加入", }; wx.config({ debug: false, appId: 'wx3f4e3b608aa393ac', timestamp: 1779120574, nonceStr: '92OSZ4FjRHQ1jzvW', signature: '9b458d8367a4429c8418a76c8c365e13af58e150', 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)); } }); });