瀏覽代碼

修改index接口

wanggangtao 5 年之前
父節點
當前提交
7811e88568
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      api/v1.0/api_boniu_index_day5.php
  2. 2 2
      lib/index_day_k.class.php

File diff suppressed because it is too large
+ 1 - 1
api/v1.0/api_boniu_index_day5.php


+ 2 - 2
lib/index_day_k.class.php

@@ -41,10 +41,10 @@ class Index_day_k {
         return $id;
     }
 
-    static public function getIndexListHistroy($code,$start_date,$end_date,$index_type)
+    static public function getIndexListHistroy($start_date,$end_date,$index_type)
     {
         $Table_index_day_k = new Table_index_day_k();
-        return $Table_index_day_k->getIndexListHistroy($code,$start_date,$end_date,$index_type);
+        return $Table_index_day_k->getIndexListHistroy($start_date,$end_date,$index_type);
     }
 
 }