From 9bce48a9f30f7d80c43f43f46d40df20fcb00e15 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 03 二月 2023 09:39:59 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/controller/show/ApplyController.java | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/lf/server/controller/show/ApplyController.java b/src/main/java/com/lf/server/controller/show/ApplyController.java index 4f17ad1..c14488e 100644 --- a/src/main/java/com/lf/server/controller/show/ApplyController.java +++ b/src/main/java/com/lf/server/controller/show/ApplyController.java @@ -10,7 +10,6 @@ import com.lf.server.entity.sys.UserEntity; import com.lf.server.helper.AesHelper; import com.lf.server.helper.StringHelper; -import com.lf.server.service.data.DownloadService; import com.lf.server.service.show.ApplyService; import com.lf.server.service.show.FlowService; import com.lf.server.service.sys.TokenService; @@ -29,7 +28,7 @@ * 鏁版嵁鐢宠 * @author WWW */ -@Api(tags = "杩愮淮绠$悊\\鏁版嵁鐢宠") +@Api(tags = "缁煎悎灞曠ず\\鏁版嵁鐢宠") @RestController @RequestMapping("/apply") public class ApplyController extends BaseController { @@ -67,7 +66,7 @@ } reqEntity.setPwd(AesHelper.decrypt(reqEntity.getPwd())); - if (!StringHelper.checkPwdValid(reqEntity.getPwd())) { + if (StringHelper.isPwdInvalid(reqEntity.getPwd())) { return fail("瀵嗙爜涓嶇鍚堣姹�"); } -- Gitblit v1.9.3