|
@@ -365,7 +365,7 @@ class PublicController
|
|
|
|
|
|
public function baidutoken()
|
|
public function baidutoken()
|
|
{
|
|
{
|
|
- cache("baidu_token",0);
|
|
+
|
|
if (!cache("baidu_token")) {
|
|
if (!cache("baidu_token")) {
|
|
$url = "https://openapi.baidu.com/oauth/2.0/token";
|
|
$url = "https://openapi.baidu.com/oauth/2.0/token";
|
|
$data['grant_type'] = 'client_credentials';
|
|
$data['grant_type'] = 'client_credentials';
|