记得上下班打卡 | git大法好,push需谨慎

Commit d768cd41 authored by 张国柄's avatar 张国柄

~api:NFT安全密码校验顺序调整;

parent a3eb4f5e
......@@ -2786,8 +2786,9 @@ public class GoblinRedisUtils {
return ResponseDto.failure(errorMessage.getCode(), String.format(errorMessage.getMessage(), passwdtlTimelimit));
case 4:
return ResponseDto.failure(ErrorMapping.get("140114"));
default:
case 5:
redisUtil.set(GoblinRedisConst.USER_SAFE_LK_PASSWD.concat(uid), 5);
default:
return ResponseDto.failure(ErrorMapping.get("140115"));
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment