feiyu02
2025-08-14 b10c22af595bd995e56946bff63b8f2f984b13e8
src/test/kotlin/com/flightfeather/uav/lightshare/service/impl/DataAnalysisServiceImplTest.kt
@@ -19,4 +19,9 @@
    fun testPollutionTrace() {
        dataAnalysisService.pollutionTrace("SH-CN-20250116")
    }
    @Test
    fun fetchHistory() {
        dataAnalysisService.fetchHistory("SH-CN-20250723(01)")
    }
}