Explorar o código

Delete test.php

wanggangtao %!s(int64=5) %!d(string=hai) anos
pai
achega
0292e2efd8
Modificáronse 1 ficheiros con 0 adicións e 21 borrados
  1. 0 21
      task/test.php

+ 0 - 21
task/test.php

@@ -1,21 +0,0 @@
-<?php
-/**
- * Created by PhpStorm.
- * User: TF
- * Date: 2020/12/2
- * Time: 12:17
- */
-require('../init.php');
-
-$codeList=Stock::getStockCodeList();//获取所有股票代码
-//var_dump($codeList);
-if (empty($codeList))
-{
-    throw new Exception('参数列表不能为空', 102);
-}
-//遍历股票代码
-foreach($codeList as $key => $val){
-
-    InputTencentDay_k::get_stock_data($val["code"],$val["exchange"]);
-
-}