Browse Source

MyorderController

e 8 years ago
parent
commit
c8c7724b64
1 changed files with 2 additions and 1 deletions
  1. 2 1
      www/protected/components/QyWechat.php

+ 2 - 1
www/protected/components/QyWechat.php

@@ -888,9 +888,10 @@ class QyWechat
 		}
 
 		$authname = 'qywechat_access_token'.$appid;
-		var_dump($authname);
+
 		if ($rs = $this->getCache($authname))  {
 			$this->access_token = $rs;
+			var_dump($this->access_token);
 			return $rs;
 		}