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