wupengfei 1 year ago
parent
commit
79442a2e1b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/api/controller/Kuaishou.php

+ 1 - 0
application/api/controller/Kuaishou.php

@@ -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'];
     }