wupengfei 1 年之前
父节点
当前提交
cf18a311d1
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 {