|
@@ -47,7 +47,7 @@ class Kuaishou extends Base
|
|
|
$param = ['orderId'=>input('oid')];
|
|
|
$arr['appkey'] = $this->appKey;
|
|
|
$arr['version'] = 1;
|
|
|
- $arr['access_token'] = $this->getAccessToken();
|
|
|
+ $arr['access_token'] = $this->access_token;
|
|
|
$arr['timestamp'] = $this->getMillisecond();
|
|
|
$arr['method'] = trim($apiType);
|
|
|
$arr['param'] = $param ? json_encode($param) : '{}';
|