zhangxiaobin hace 1 año
padre
commit
e4db7c36ed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/test.php

+ 1 - 1
public/test.php

@@ -5,7 +5,7 @@ $signature = $_GET["signature"];
 $timestamp = $_GET["timestamp"];
 $nonce = $_GET["nonce"];
 $echostr = $_GET["echostr"];
-$token = "udjxxx";
+$token = "lanjingling";
 $tmpArr = array($token, $timestamp, $nonce);
 sort($tmpArr, SORT_STRING);
 $tmpStr = implode( $tmpArr );