瀏覽代碼

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;
-		var_dump($authname);
+
 		if ($rs = $this->getCache($authname))  {
 			$this->access_token = $rs;
+			var_dump($this->access_token);
 			return $rs;
 		}