‘liusuyi’
2024-01-19 345a937081333fd7385550b207593570a062b78a
ard-work/src/main/java/com/ruoyi/device/uav/service/UavService.java
@@ -127,7 +127,7 @@
        log.debug("body:" + body);
        try {
            //uavClient.GET("logout", null, "{}");
            String res = uavClient.POST(this.host+"/login", null, body);
            String res = uavClient.POST(this.host+"login", null, body);
            Map resMap = om.readValue(res, Map.class);
            if (resMap != null) {
                redisCache.setCacheMap("uav:uavUser", (Map) resMap.get("data"));