敏感字检测服未开启默认通过检测,兼容本地测试

back_recharge
duhui 2022-08-29 14:25:01 +08:00
parent 2a51cb6da7
commit a0050f326b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public class ShieldedWordUtils {
result = !SensitivewordFilter.isContaintSensitiveWord(name,1);
} catch (Exception e) {
LOGGER.error("检查名称,报错:"+e.getMessage());
result = false;
result = true;
}
}
return result;