Browse Source

去除残留的调试代码

binsee 10 years ago
parent
commit
3b4fd86d65
2 changed files with 0 additions and 2 deletions
  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'];