浏览代码

MyorderController

e 8 年之前
父节点
当前提交
c8c7724b64
共有 1 个文件被更改,包括 2 次插入1 次删除
  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;
 		$authname = 'qywechat_access_token'.$appid;
-		var_dump($authname);
+
 		if ($rs = $this->getCache($authname))  {
 		if ($rs = $this->getCache($authname))  {
 			$this->access_token = $rs;
 			$this->access_token = $rs;
+			var_dump($this->access_token);
 			return $rs;
 			return $rs;
 		}
 		}