Browse Source

add to lcoal

stanley-king 4 years ago
parent
commit
01f4cb4046
1 changed files with 3 additions and 1 deletions
  1. 3 1
      mobile/signature.php

+ 3 - 1
mobile/signature.php

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