浏览代码

signature log

ayHaru 4 年之前
父节点
当前提交
261f69e94b
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      mobile/signature.php

+ 2 - 1
mobile/signature.php

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