yujian
2019-05-14 2b82f0694b9d0487cccc135852a49f7da3e2ecba
1
2
3
4
5
6
7
8
9
10
11
package com.yeshi.fanli.service.inter.user;
 
public interface MaskKeyService {
 
    /**
     * 验证内容是否存在敏感词汇
     * @param content
     * @return
     */
    public boolean examineContent(String content);
}