@@ -28,6 +28,7 @@ class Kuaishou extends Base
$Alibabahelper = new Alibabahelper();
$s = $Alibabahelper->curl_https_get($url);
$s = json_decode($s, true);
+ var_dump($s);
return $s['access_token'];
}