|
@@ -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 );
|