wupengfei 1 year ago
parent
commit
26d8a774d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Kuaishou.php

+ 1 - 1
application/api/controller/Kuaishou.php

@@ -15,7 +15,7 @@ class Kuaishou extends Base
     public  function getAccessToken()
     {
         //$url = $this->serverHost . "oauth2/access_token?app_id={$this->appKey}&app_secret={$this->appSecret}&code={$code}&grant_type=authorization_code";
-        $url = $this->serverHost . "oauth2/access_token?app_id={$this->appKey}&app_secret={$this->appSecret}&grant_type=client_credentials";
+        $url = 'https://open.kwaixiaodian.com/' . "oauth2/access_token?app_id={$this->appKey}&app_secret={$this->appSecret}&grant_type=client_credentials";
         $Alibabahelper = new Alibabahelper();
         $s = $Alibabahelper->curl_https_get($url);
         $s = json_decode($s, true);