stanley-king %!s(int64=4) %!d(string=hai) anos
pai
achega
01f4cb4046
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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);