mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 18:45:06 +08:00
同步 SensitiveWord 敏感词代码,原分支未正确关联仓库
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
package cn.iocoder.yudao.module.system.api.sensitiveword;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* 大佬,别偷懒:代码千万行,注释第一行!
|
||||
*
|
||||
* @author: 永不言败 <向国足学习永不言败>
|
||||
* @since: 2022/3/23 17:00
|
||||
* @description:
|
||||
* @modification:
|
||||
*/
|
||||
public interface SensitiveWordApi {
|
||||
|
||||
}
|
@ -119,4 +119,8 @@ public interface ErrorCodeConstants {
|
||||
ErrorCode SOCIAL_USER_UNBIND_NOT_SELF = new ErrorCode(1002018001, "社交解绑失败,非当前用户绑定");
|
||||
ErrorCode SOCIAL_USER_NOT_FOUND = new ErrorCode(1002018002, "社交授权失败,找不到对应的用户");
|
||||
|
||||
// ========== 系统铭感词 1002019000 =========
|
||||
ErrorCode SENSITIVE_WORD_NOT_EXISTS = new ErrorCode(1002019000, "系统敏感词在所有标签中都不存在");
|
||||
ErrorCode SENSITIVE_WORD_EXISTS = new ErrorCode(1002019001, "系统敏感词已在标签中存在");
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user