wupengfei 1 سال پیش
والد
کامیت
71af961e9d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      application/api/controller/Kuaishou.php

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

@@ -24,7 +24,7 @@ class Kuaishou extends Base
     public function getAccessToken()
     {
        // $url = $this->serverHost . "oauth2/access_token?app_id={$this->appKey}&app_secret={$this->appSecret}&code={$this->code}&grant_type=authorization_code";
-        $url = 'https://open.kwaixiaodian.com/' . "oauth2/access_token?app_id={$this->appKey}&app_secret={$this->appSecret}&grant_type=client_credentials";
+        $url = $this->serverHost . "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);