Просмотр исходного кода

Create task_get_history_index.php

wanggangtao лет назад: 5
Родитель
Сommit
43837e5473
1 измененных файлов с 15 добавлено и 0 удалено
  1. 15 0
      task/task_get_history_index.php

+ 15 - 0
task/task_get_history_index.php

@@ -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);
+}
+
+
+?>