!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: "1747094658",
nonceStr: "2m88x4o8p90nn7de",
signature:"012bf1aa7d9c162b9c30fb5bb9b4f24c6bd53f80" ,
jsApiList: ['onMenuShareTimeline', 'onMenuShareAppMessage','ShareQQ']
})
if (typeof define === 'function' && (define.amd || define.cmd)) {
module.exports = wx;
}
});