|
@@ -40,6 +40,7 @@ class Kuaishou extends Base
|
|
|
$apiInfo = str_replace('.', '/', $arr['method']);
|
|
|
$url = $this->serverHost . $apiInfo;
|
|
|
$Alibabahelper = new Alibabahelper();
|
|
|
+ var_dump($arr);
|
|
|
if ($method == 'get') {
|
|
|
$s = $Alibabahelper->curl_https_get($url. '?' . http_build_query($arr, '', '&'), array());
|
|
|
} else {
|