|
@@ -1,11 +1,11 @@
|
|
|
<?php
|
|
|
|
|
|
-Log::record("This is signatrue file.");
|
|
|
-
|
|
|
-$signature = $_GET["signature"];
|
|
|
-$timestamp = $_GET["timestamp"];
|
|
|
-$nonce = $_GET["nonce"];
|
|
|
-$echostr = $_GET["echostr"];
|
|
|
+//Log::record("This is signatrue file.");
|
|
|
+//
|
|
|
+//$signature = $_GET["signature"];
|
|
|
+//$timestamp = $_GET["timestamp"];
|
|
|
+//$nonce = $_GET["nonce"];
|
|
|
+//$echostr = $_GET["echostr"];
|
|
|
|
|
|
echo ('SUCCESS');
|
|
|
|