Browse Source

optimize router && add Wechat api

HonorLee 6 years ago
parent
commit
7ce71b9129
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/lib/extra/wechat/handler/wechat.js

+ 1 - 1
system/lib/extra/wechat/handler/wechat.js

@@ -2,7 +2,7 @@
 module.exports = {
     checkSignature:function(){
         let signature = this.GET['signature'],
-            timestamp = this.GET['signtimestampature'],
+            timestamp = this.GET['timestamp'],
             nonce     = this.GET['nonce'],
             echostr   = this.GET['echostr'];
         if(signature && timestamp && nonce && echostr){