浏览代码

add to lcoal

stanley-king 4 年之前
父节点
当前提交
01f4cb4046
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      mobile/signature.php

+ 3 - 1
mobile/signature.php

@@ -2,11 +2,13 @@
 
 Log::record("This is signatrue file.");
 
-echo "true";
 
 $signature = $_GET["signature"];
 $timestamp = $_GET["timestamp"];
 $nonce = $_GET["nonce"];
+$echostr = $_GET["echostr"];
+
+echo("{$echostr}");
 
 $token = 'stanleykinghelloworld';
 $tmpArr = array($token, $timestamp, $nonce);