|
@@ -888,12 +888,11 @@ class QyWechat
|
|
|
}
|
|
|
|
|
|
$authname = 'qywechat_access_token'.$appid;
|
|
|
-
|
|
|
+ /*
|
|
|
if ($rs = $this->getCache($authname)) {
|
|
|
$this->access_token = $rs;
|
|
|
- var_dump($this->access_token);
|
|
|
return $rs;
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
$result = $this->http_get(self::API_URL_PREFIX.self::TOKEN_GET_URL.'corpid='.$appid.'&corpsecret='.$appsecret);
|
|
|
var_dump($result);
|