src/main/kotlin/cn/flightfeather/supervision/common/net/NCHttpService.kt
@@ -14,7 +14,7 @@
            val time: String
    )
    private val httpMethod = HttpMethod("101.230.224.89", 8085)
    private val httpMethod = HttpMethod("101.230.224.89", 9006)
    fun getFile(time: String): JsonArray? {
        val params = Params(time)