关键词替换
[TOC]
简要描述
- 敏感词替换接口
请求URL
http://localhost:8700/filter/str
请求方式
- POST urlencoded
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
content | 是 | string | 需要替换的内容 |
有敏感词的返回示例
http://localhost:8700/filter/str <<< 中国
http://localhost:8700/filter/str >>> **
没有敏感词的返回示例
http://localhost:8700/filter/str <<< 天津
http://localhost:8700/filter/str >>> 天津