wupengfei 1 năm trước cách đây
mục cha
commit
cf18a311d1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      application/api/controller/Kuaishou.php

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

@@ -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 {