From 594de76ed51fd49fb79b912212bb0052a63e7671 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期四, 09 四月 2026 16:10:45 +0800
Subject: [PATCH] 2026.4.9

---
 src/test/kotlin/com/flightfeather/uav/common/net/ShenXinServiceTest.kt |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/test/kotlin/com/flightfeather/uav/common/net/ShenXinServiceTest.kt b/src/test/kotlin/com/flightfeather/uav/common/net/ShenXinServiceTest.kt
index b57805a..bd2f472 100644
--- a/src/test/kotlin/com/flightfeather/uav/common/net/ShenXinServiceTest.kt
+++ b/src/test/kotlin/com/flightfeather/uav/common/net/ShenXinServiceTest.kt
@@ -12,15 +12,15 @@
     @Test
     fun fetchData() {
         val mission = Mission().apply {
-            missionCode = "SHJA-20240813"
+            missionCode = "20260119"
             deviceType = "0a"
             deviceCode = "TX105"
-            startTime = Date.from(LocalDateTime.of(2024, 8, 13, 11, 30, 0, 0).atZone(ZoneId.systemDefault())
+            startTime = Date.from(LocalDateTime.of(2026, 1, 19, 8, 30, 0, 0).atZone(ZoneId.systemDefault())
                 .toInstant())
-            endTime = Date.from(LocalDateTime.of(2024, 8, 13, 17, 0, 0, 0).atZone(ZoneId.systemDefault()).toInstant())
+            endTime = Date.from(LocalDateTime.of(2026, 1, 19, 16, 30, 0, 0).atZone(ZoneId.systemDefault()).toInstant())
             districtName = "闈欏畨鍖�"
         }
-        val date = LocalDateTime.of(2024, 8, 13, 15, 43, 0, 0)
+        val date = LocalDateTime.of(2026, 1, 19, 14, 0, 0, 0)
         val res = ShenXinService.fetchData(mission, date)
         println(res)
     }

--
Gitblit v1.9.3