zhangnaisong
2024-02-02 b08492fcb6706124bef6e86cd6914c8eba54599a
ard-work/src/main/java/com/ruoyi/device/uav/service/UavService.java
@@ -130,7 +130,7 @@
            //uavClient.GET("logout", null, "{}");
            String res = uavClient.POST(this.host+"login", null, body);
            Map resMap = om.readValue(res, Map.class);
            if (resMap != null) {
            if (resMap != null&& resMap.get("data") instanceof Map) {
                redisCache.setCacheMap("uav:uavUser", (Map) resMap.get("data"));
            }
        } catch (ForestRuntimeException e) {