删除、添加敏感词
POST
http://localhost:8081/manage/operateSensitive
请求参数
参数名
类型
描述
必填
word
array
数据列表 有word无id为添加 word以数组形式传
必填
id
array
有id无word为删除 有id有word为编辑 id也以数组形式传
必填
响应参数
参数名
类型
描述
必填
resultCode
number
示例:201
必填
resultMsg
string
示例:敏感词'456165'已存在
必填
resultData
object
示例:null
必填