@ -17,7 +17,7 @@ class Wxserver extends BaseController
{
$obj = new \app\common\library\wxserver\Server();
$domain = $this->request->domain(true);
$arr = $obj->setDomain($this->request->domain(true), 'wxe3ed157849bd07b5');
$arr = $obj->setDomain($domain, 'wxe3ed157849bd07b5');
return $this->renderSuccess(['domain' => $domain, 'arr' => $arr]);
}
@ -298,7 +298,7 @@ class Server
public function authorizerAccessToken($appid)
if (Cache::has($appid . '_authorizer_access_token')) {
return Cache::get($appid . '_authorizer_access_token');
//return Cache::get($appid . '_authorizer_access_token');
$refresh_token = $this->getRefreshToken($appid);
if ($refresh_token) {