添加完整的举报校验选项
This commit is contained in:
@@ -27,7 +27,7 @@ public class KeyboardAiCommentReportServiceImpl extends ServiceImpl<KeyboardAiCo
|
|||||||
private static final short PENDING_STATUS = 0;
|
private static final short PENDING_STATUS = 0;
|
||||||
|
|
||||||
private static final Set<Short> VALID_REPORT_TYPES = Set.of(
|
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
|
@Resource
|
||||||
|
|||||||
Reference in New Issue
Block a user