wanggangtao před 5 roky
rodič
revize
7811e88568
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 1 1
      api/v1.0/api_boniu_index_day5.php
  2. 2 2
      lib/index_day_k.class.php

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 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);
     }
 
 }