浏览代码

optimize router && add Wechat api

HonorLee 7 年之前
父节点
当前提交
7ce71b9129
共有 1 个文件被更改,包括 1 次插入1 次删除
  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){