...
|
...
|
@@ -7,7 +7,7 @@ $.getJSON(_weChatInterface + "?pageurl=" + encodeURIComponent(location.href.spli |
|
|
var _nonceStr = json.nonceStr.toString();
|
|
|
var _signature = json.signature.toString();
|
|
|
wx.config({
|
|
|
debug: true,
|
|
|
debug: false,
|
|
|
appId: _appId,
|
|
|
timestamp: _timestamp,
|
|
|
nonceStr: _nonceStr,
|
...
|
...
|
|