소스 검색

修改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

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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);
     }
 
 }