瀏覽代碼

修改文件名为小写

chenbo 5 年之前
父節點
當前提交
e7e38283b6
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      lib/inputSinaSimple.class.php
  2. 1 1
      task/task_get_all_stock_code_name.php

+ 1 - 1
lib/inputSinaSimple.class.php

@@ -6,7 +6,7 @@
  */
 
 
-class InputSinaSimple
+class Input_sina_simple
 {
     static private function curl_get_data($url, $codeList){           //一次批量获取股票列表
         if (empty($codeList)) {

+ 1 - 1
task/task_get_all_stock_code_name.php

@@ -8,6 +8,6 @@
  */
 require('../init.php');
 
-inputSinaSimple::getAllStockCodeAndNameList();
+Input_sina_simple::getAllStockCodeAndNameList();
 
 ?>