!function (factory) { if (typeof define === 'function' && (define.amd || define.cmd)) { define(factory); } else { factory('','','',wx); } }(function (require, exports, module, wx) { if (typeof define === 'function' && (define.amd || define.cmd)) { var wx = require('http://res.wx.qq.com/open/js/jweixin-1.0.0.js'); } wx.config({ debug: false, appId: "wxf3d4c2a45ab24ef0", timestamp: "1740341444", nonceStr: "bw433ed12msvqj0k", signature:"b0e63435f5097c93097d9d15b50e9eabd8f8e7f5" , jsApiList: ['onMenuShareTimeline', 'onMenuShareAppMessage','ShareQQ'] }) if (typeof define === 'function' && (define.amd || define.cmd)) { module.exports = wx; } });