|
@@ -23,8 +23,8 @@ 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}&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";
|
|
|
$Alibabahelper = new Alibabahelper();
|
|
|
$s = $Alibabahelper->curl_https_get($url);
|
|
|
$s = json_decode($s, true);
|
|
@@ -42,6 +42,7 @@ class Kuaishou extends Base
|
|
|
//2315900153213958
|
|
|
//2314700285800114
|
|
|
$apiType = "open.order.detail";
|
|
|
+ $apiType = "open.service.market.order.detail";
|
|
|
$method = 'get';
|
|
|
$param = ['oid'=>input('oid')];
|
|
|
$arr['appkey'] = $this->appKey;
|