|
@@ -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;
|
|
}
|
|
}
|
|
|
|
|