|
@@ -198,7 +198,6 @@ public class SysLoginService {
|
|
|
*/
|
|
|
public void validateCaptcha(String username, String code, String uuid) {
|
|
|
String verifyKey = CacheConstants.CAPTCHA_CODE_KEY + StringUtils.defaultString(uuid, "");
|
|
|
- System.out.println("verifyKey"+verifyKey);
|
|
|
String captcha = RedisUtils.getCacheObject(verifyKey);
|
|
|
RedisUtils.deleteObject(verifyKey);
|
|
|
if (captcha == null) {
|