From 1519533649b43337d214523f7cd075edf237b3f7 Mon Sep 17 00:00:00 2001
From: ningshuxia <ningshuxia0927@outlook.com>
Date: 星期二, 22 四月 2025 13:57:42 +0800
Subject: [PATCH] 代码修改

---
 01-api/_Expand/IStation.Test/Program - 定时数据.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/01-api/_Expand/IStation.Test/Program - \345\256\232\346\227\266\346\225\260\346\215\256.cs" "b/01-api/_Expand/IStation.Test/Program - \345\256\232\346\227\266\346\225\260\346\215\256.cs"
index 4c366a4..1750fbb 100644
--- "a/01-api/_Expand/IStation.Test/Program - \345\256\232\346\227\266\346\225\260\346\215\256.cs"
+++ "b/01-api/_Expand/IStation.Test/Program - \345\256\232\346\227\266\346\225\260\346\215\256.cs"
@@ -20,7 +20,7 @@
 
 Console.WriteLine("鍚姩瀹炴椂鏁版嵁閲囬泦...");
 var timer = new System.Timers.Timer();
-timer.Interval = 50 * 1000;
+timer.Interval = 60 * 1000;
 timer.Elapsed += (s, e) =>
 {
     dt_now = DateTime.Now;

--
Gitblit v1.9.3