|
@@ -29,7 +29,7 @@ class Kuaishou extends Base
|
|
|
$method = 'get';
|
|
|
$param = ['oid'=>input('oid')];
|
|
|
$arr['appkey'] = $this->appKey;
|
|
|
- $arr['version'] = '1';
|
|
|
+ $arr['version'] = 1;
|
|
|
$arr['access_token'] = $this->getAccessToken();
|
|
|
$arr['timestamp'] = $this->getMillisecond();
|
|
|
$arr['method'] = trim($apiType);
|