ソースを参照

Create task_get_history_index.php

wanggangtao 5 年 前
コミット
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);
+}
+
+
+?>