wang hou sheng 9 months ago
parent c09e7bc336
commit c8991f2a1d
  1. 2
      app/common/library/wxserver/Server.php

@ -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);

Loading…
Cancel
Save