*
Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -68,8 +68,7 @@ class BaseController extends Controller | ... | @@ -68,8 +68,7 @@ class BaseController extends Controller |
68 | { | 68 | { |
69 | if (!$accessToken = Cache::get(CacheKeyTools::tmeAccessToken())) {$accessToken = $this->getToken();} | 69 | if (!$accessToken = Cache::get(CacheKeyTools::tmeAccessToken())) {$accessToken = $this->getToken();} |
70 | 70 | ||
71 | echo $accessToken; | 71 | |
72 | exit(); | ||
73 | 72 | ||
74 | $headers['appId'] = $this->appId; | 73 | $headers['appId'] = $this->appId; |
75 | $headers['accessToken'] = $accessToken; | 74 | $headers['accessToken'] = $accessToken; | ... | ... |
-
Please register or sign in to post a comment