|
|
@ -283,6 +283,8 @@ class Server |
|
|
|
public function authorizerAccessToken($appid) |
|
|
|
public function authorizerAccessToken($appid) |
|
|
|
{ |
|
|
|
{ |
|
|
|
if (Cache::has($appid . '_authorizer_access_token')) { |
|
|
|
if (Cache::has($appid . '_authorizer_access_token')) { |
|
|
|
|
|
|
|
dump(Cache::get($appid . '_authorizer_access_token')); |
|
|
|
|
|
|
|
exit(); |
|
|
|
return Cache::get($appid . '_authorizer_access_token'); |
|
|
|
return Cache::get($appid . '_authorizer_access_token'); |
|
|
|
} |
|
|
|
} |
|
|
|
$refresh_token = $this->getRefreshToken($appid); |
|
|
|
$refresh_token = $this->getRefreshToken($appid); |
|
|
|