zhangxiaobin 1 年之前
父節點
當前提交
e4db7c36ed
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 );