Showing
1 changed file
with
1 additions
and
1 deletions
@@ -387,7 +387,7 @@ $('#verification').bind('input propertychange', function(){ | @@ -387,7 +387,7 @@ $('#verification').bind('input propertychange', function(){ | ||
387 | _signature = json.signature.toString(); | 387 | _signature = json.signature.toString(); |
388 | 388 | ||
389 | wx.config({ | 389 | wx.config({ |
390 | - debug: true, | 390 | + debug: false, |
391 | appId: _appId, | 391 | appId: _appId, |
392 | timestamp: _timestamp, | 392 | timestamp: _timestamp, |
393 | nonceStr: _nonceStr, | 393 | nonceStr: _nonceStr, |
-
Please register or login to post a comment