chenbo hace 4 años
padre
commit
340c5bedd6
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      lib/input_163.class.php

+ 3 - 0
lib/input_163.class.php

@@ -42,7 +42,10 @@ class Input_163
     {
         $urlCode = self::getCodeForURL($code);
         $url = self::GLOBAL_URL_0.$urlCode.self::GLOBAL_URL_1.$start_date.self::GLOBAL_URL_2.$end_date.self::GLOBAL_URL_3;
+        echo $url;
         $contentList = self::curl_get_data($url);
+        print_r($contentList);
+        return;
         if (empty($contentList[1])) {               //只有标题,没有内容
             return;
         }