Explorar o código

Update wechat.class.php

变量初始化
jifei %!s(int64=10) %!d(string=hai) anos
pai
achega
90b7fef1b5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      wechat.class.php

+ 1 - 0
wechat.class.php

@@ -159,6 +159,7 @@ class Wechat
 	public function valid($return=false)
     {
         $encryptStr="";
+        $echoStr="";
         if ($_SERVER['REQUEST_METHOD'] == "POST") {
             $postStr = file_get_contents("php://input");
             $array = (array)simplexml_load_string($postStr, 'SimpleXMLElement', LIBXML_NOCDATA);