|
@@ -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);
|