测试:git合并申请

This commit is contained in:
zhangzq
2024-11-05 09:50:26 +08:00
parent d93283701b
commit 5b71e44887

View File

@@ -269,7 +269,7 @@ public class OnlineUserService {
}
} else {
redisTemplate.opsForValue().set("LoginName:" + userName, "1");
throw new BadRequestException("码错误,还有" + 2 + "次机会");
throw new BadRequestException(" 码 错 误,还有" + 2 + "次机会");
}
}
{