feat: 分切的部分注释、魔法值提取

This commit is contained in:
2024-03-20 09:06:02 +08:00
parent d0b46cc42a
commit eba9ebf754
17 changed files with 173 additions and 65 deletions

View File

@@ -30,7 +30,7 @@ public class CodeUtil {
map.put("code", ruleCode);
return SpringContextHolder.getBean(ISysCodeRuleService.class).codeDemo(map);
} else {
throw new BadRequestException("系统繁忙,稍后在试");
throw new BadRequestException("系统繁忙,稍后在试!");
}
} finally {
if (tryLock) {