xieb
2023-10-17 e60ea14897e4512efe505b8b3aea7cb2e49df39f
src/main/java/com/dji/sample/manage/controller/DeviceLogsController.java
@@ -115,9 +115,9 @@
            URL url = deviceLogsService.getLogsFileUrl(logsId, fileId);
            return ResponseResult.success(url.toString());
        } catch (Exception e) {
            log.error("Failed to get the logs file download address.");
            log.error("获取日志文件下载地址失败");
            e.printStackTrace();
        }
        return ResponseResult.error("Failed to get the logs file download address.");
        return ResponseResult.error("获取日志文件下载地址失败");
    }
}