From 478a98d819fc7db033a1d0ed434695c792c394af Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期日, 23 四月 2023 14:38:14 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/service/data/DownloadService.java | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/lf/server/service/data/DownloadService.java b/src/main/java/com/lf/server/service/data/DownloadService.java index 3c9318a..8ec1d31 100644 --- a/src/main/java/com/lf/server/service/data/DownloadService.java +++ b/src/main/java/com/lf/server/service/data/DownloadService.java @@ -1,7 +1,6 @@ package com.lf.server.service.data; -import com.lf.server.entity.ctrl.DownloadReqEntity; -import com.lf.server.entity.ctrl.PwdEntity; +import com.lf.server.entity.all.AbstractPwdEntity; import com.lf.server.entity.data.DownloadEntity; import com.lf.server.entity.show.PipelineEntity; import com.lf.server.helper.*; @@ -117,7 +116,7 @@ * @param entity 瀵嗙爜鎶借薄绫� * @return 鏄�/鍚﹁В瀵嗘垚鍔� */ - public static boolean decryptPwd(PwdEntity entity) { + public static boolean decryptPwd(AbstractPwdEntity entity) { try { String pwd = RsaHelper.decrypt(entity.getPwd()); if (StringHelper.isEmpty(pwd)) { -- Gitblit v1.9.3