wupengfei 1 년 전
부모
커밋
79442a2e1b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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'];
     }