添加完整的举报校验选项

This commit is contained in:
2026-03-25 09:42:47 +08:00
parent ca670287d8
commit 20694b2171

View File

@@ -27,7 +27,7 @@ public class KeyboardAiCommentReportServiceImpl extends ServiceImpl<KeyboardAiCo
private static final short PENDING_STATUS = 0;
private static final Set<Short> VALID_REPORT_TYPES = Set.of(
(short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 99
(short) 1, (short) 2, (short) 3, (short) 4, (short) 5, (short) 6,(short) 7,(short) 8,(short) 9,(short) 99
);
@Resource