wanggangtao 5 년 전
부모
커밋
86aee338de
3개의 변경된 파일12개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      api/v1.0/demo/index.html
  2. 1 0
      task/task_get_day_k_index.sh
  3. 11 0
      task/task_get_history_index.sh

+ 0 - 4
api/v1.0/demo/index.html

@@ -84,10 +84,6 @@
 
 
 
-
-
-
-
 </table>
 </body>
 </html>

+ 1 - 0
task/task_get_day_k_index.sh

@@ -3,6 +3,7 @@
 cd /home/wwwroot/default/boniu/task
 echo '正在获取所有股票代码和名称...'
 nohup php ./task_get_day_k_index.php &
+
 sleep 86,400s
 echo "完成!"
 rm -f nohup.out

+ 11 - 0
task/task_get_history_index.sh

@@ -0,0 +1,11 @@
+#!/bin/sh
+
+cd /home/wwwroot/default/boniu/task
+echo '正在获取所有股票代码和名称...'
+nohup php ./task_get_history_index.php &
+sleep 1s
+echo "完成!"
+
+rm -f nohup.out
+sleep 1s
+