wang hou sheng 8 months ago
parent ac1878a328
commit 142677bf05
  1. 2
      app/common/library/wxserver/Server.php

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

Loading…
Cancel
Save