From d17cc66f3026be4609f91fc726b55660aec36e67 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期五, 06 九月 2024 17:16:52 +0800
Subject: [PATCH] 1. 新增设备管理接口 2. 优化第三方接口数据获取逻辑

---
 src/test/kotlin/com/flightfeather/uav/UAVApplicationTests.kt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/test/kotlin/com/flightfeather/uav/UAVApplicationTests.kt b/src/test/kotlin/com/flightfeather/uav/UAVApplicationTests.kt
index 88b2b6b..1dd2ccf 100644
--- a/src/test/kotlin/com/flightfeather/uav/UAVApplicationTests.kt
+++ b/src/test/kotlin/com/flightfeather/uav/UAVApplicationTests.kt
@@ -36,7 +36,7 @@
 
     @Test
     fun foo2() {
-        val r = realTimeDataService.getSecondData(null, "2021-01-13 14:30:00", "2021-01-13 14:45:00", 0, null, 10)
+        val r = realTimeDataService.getSecondData(null, null, "2021-01-13 14:30:00", "2021-01-13 14:45:00", 0, null, 10)
         println(r)
     }
 

--
Gitblit v1.9.3