diff --git a/app/common/library/wxserver/Server.php b/app/common/library/wxserver/Server.php index aac8451b..9ca6213e 100644 --- a/app/common/library/wxserver/Server.php +++ b/app/common/library/wxserver/Server.php @@ -54,7 +54,7 @@ class Server public function getComponentAccessToken() { if (Cache::has('ComponentAccessToken')) { - return Cache::get('ComponentAccessToken'); + //return Cache::get('ComponentAccessToken'); } $url = 'https://api.weixin.qq.com/cgi-bin/component/api_component_token'; $ticket = Cache::get('component_verify_ticket');