diff --git a/app/common/library/wxserver/Server.php b/app/common/library/wxserver/Server.php index c786cd0e..74a34685 100644 --- a/app/common/library/wxserver/Server.php +++ b/app/common/library/wxserver/Server.php @@ -283,6 +283,8 @@ class Server public function authorizerAccessToken($appid) { if (Cache::has($appid . '_authorizer_access_token')) { + dump(Cache::get($appid . '_authorizer_access_token')); + exit(); return Cache::get($appid . '_authorizer_access_token'); } $refresh_token = $this->getRefreshToken($appid);