Forráskód Böngészése

修改index接口

wanggangtao 5 éve%!(EXTRA string=óta)
szülő
commit
7811e88568
2 módosított fájl, 3 hozzáadás és 3 törlés
  1. 1 1
      api/v1.0/api_boniu_index_day5.php
  2. 2 2
      lib/index_day_k.class.php

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 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);
     }
 
 }