src/main/kotlin/com/flightfeather/uav/common/net/AMapService.kt
@@ -105,7 +105,7 @@ a["streetNumber"].asJsonObject["street"].asString, ) } catch (e: Exception) { throw BizException("高德API坐标转换错误,${e.message}") throw BizException("高德API坐标转换错误,${e.message}", e.cause) } }