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);