2026-01-16

1.优化代码
This commit is contained in:
2026-01-16 12:49:41 +08:00
parent 64caabe191
commit 632261d804
@@ -25,7 +25,6 @@ public class AuthTask {
@Scheduled(cron = "${lailab.auth-task.cron}")
public void authTask() {
Logger logger = LoggerFactory.getLogger(AuthTask.class);
logger.info("调用方法authTask()开始");
String str_random = RandomUtil.randomString(randomLength);
logger.info("1.获取随机数 内容:{}", str_random);