update `weixin` set `expire_time`='1751498840', `access_token`='93_wG2zkv0TnNTsakIVHJrv-GuubMSzhGy4Rf8TOUyY_9ak_RxpraFCLQEBShnhy2cJvcYG564d4kPdfdSl9_0zcxZuTfZ3R8TsECCPoJ21oJpRVEjnZ4_YR2rkIIUJVBcAFACOU' where `appid`='wx16a30236aa49a0d1'update `weixin` set `jexpire_time`='1751498840', `jsapi_ticket`='LIKLckvwlJT9cWIhEQTwfPi-5nWvSEBUaEpc0__r0M5bp0kJqMg_LbgYho9LoRs9nKEabOnye4aoR_Z_SEWpXw' where `appid`='wx16a30236aa49a0d1' dataForWx = { "link": "http://evp.51job.com/sinopharmholding-fl2019", //微信链接 "imgUrl": "http://evp.51job.com/sinopharmholding-fl2019/img/cover.jpg", //微信logo "title": "起点不凡,未来可期", //微信标题 "desc": "国控租赁2019校园招聘" //微信备注 }; wx.config({ debug: false, appId: 'wx16a30236aa49a0d1', timestamp: 1751491840, nonceStr: 'bgBTunmCfSsWeQL9', signature: 'a0ac22a7f6e5f675269533c2e696738aa56ecbc9', jsApiList: [ 'onMenuShareAppMessage', 'scanQRCode', '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, success: function () { }, fail: function (res) { alert(JSON.stringify(res)); } }); });