|
@@ -113,6 +113,7 @@ class YLYService extends HttpService implements ProviderInterface
|
|
|
}
|
|
}
|
|
|
return '';
|
|
return '';
|
|
|
}, 20 * 86400);
|
|
}, 20 * 86400);
|
|
|
|
|
+ var_dump($this->access_token);
|
|
|
if (!$this->access_token)
|
|
if (!$this->access_token)
|
|
|
throw new AuthException('获取access_token获取失败');
|
|
throw new AuthException('获取access_token获取失败');
|
|
|
}
|
|
}
|