zhangxiaobin 1 yıl önce
ebeveyn
işleme
e4db7c36ed
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 );