|
@@ -6,7 +6,8 @@
|
|
//$timestamp = $_GET["timestamp"];
|
|
//$timestamp = $_GET["timestamp"];
|
|
//$nonce = $_GET["nonce"];
|
|
//$nonce = $_GET["nonce"];
|
|
//$echostr = $_GET["echostr"];
|
|
//$echostr = $_GET["echostr"];
|
|
-
|
|
|
|
|
|
+$data = json_encode($_POST);
|
|
|
|
+Log::record("signature data : {$data}",Log::DEBUG);
|
|
echo ('SUCCESS');
|
|
echo ('SUCCESS');
|
|
|
|
|
|
//echo("{$echostr}");
|
|
//echo("{$echostr}");
|