Explorar el Código

去除残留的调试代码

binsee hace 10 años
padre
commit
3b4fd86d65
Se han modificado 2 ficheros con 0 adiciones y 2 borrados
  1. 0 1
      Thinkphp/Wechat.class.php
  2. 0 1
      wechat.class.php

+ 0 - 1
Thinkphp/Wechat.class.php

@@ -1166,7 +1166,6 @@ class Wechat
 			if (!$json || !empty($json['errcode'])) {
 				$this->errCode = $json['errcode'];
 				$this->errMsg = $json['errmsg'];
-				var_dump($json);
 				return false;
 			}
 			$this->jsapi_ticket = $json['ticket'];

+ 0 - 1
wechat.class.php

@@ -1151,7 +1151,6 @@ class Wechat
 			if (!$json || !empty($json['errcode'])) {
 				$this->errCode = $json['errcode'];
 				$this->errMsg = $json['errmsg'];
-				var_dump($json);
 				return false;
 			}
 			$this->jsapi_ticket = $json['ticket'];