浏览代码

修改bug

chenbo 4 年之前
父节点
当前提交
c0a372e59a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lib/input_sina_simple.class.php

+ 0 - 1
lib/input_sina_simple.class.php

@@ -55,7 +55,6 @@ class Input_sina_simple
             $codeIndex++;
         }
         $contentList = self::curl_get_data($url, $codeList);
-//        var_dump($contentList);
         foreach ($contentList as $key => $item) {
             $data['code'] = $item['code'];
             $data['name'] = trim($item[0]);