|
|
@ -301,7 +301,7 @@ class Server |
|
|
|
//return Cache::get($appid . '_authorizer_access_token'); |
|
|
|
//return Cache::get($appid . '_authorizer_access_token'); |
|
|
|
} |
|
|
|
} |
|
|
|
$refresh_token = $this->getRefreshToken($appid); |
|
|
|
$refresh_token = $this->getRefreshToken($appid); |
|
|
|
dump($refresh_token); |
|
|
|
dump($appid); |
|
|
|
exit(); |
|
|
|
exit(); |
|
|
|
if ($refresh_token) { |
|
|
|
if ($refresh_token) { |
|
|
|
$token = $this->getComponentAccessToken(); |
|
|
|
$token = $this->getComponentAccessToken(); |
|
|
|