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