@@ -0,0 +1,15 @@
+<?php
+/**
+ * Created by PhpStorm.
+ * User: 王刚涛
+ * Date: 2020/12/1
+ * Time: 19:35
+ */
+require('../init.php');
+$indexList=Index::getIndexList();//获取指数代码
+foreach ($indexList as $key=>$value){
+ Finance163::get_history_index_csi300($stock_code,$start_date,$end_date);
+}
+
+?>