验证码需要

This commit is contained in:
sh
2026-06-27 00:01:31 +08:00
parent 32951cacbd
commit 3f62e93885

View File

@@ -96,7 +96,7 @@ public class SysLoginService
public String login(String username, String password, String code, String uuid)
{
// 验证码校验
// validateCaptcha(username, code, uuid);
validateCaptcha(username, code, uuid);
// 登录前置校验
loginPreCheck(username, password);
// 用户验证