敏感词新增
开发中POST
/adminapi/setting.SensitiveWord/add请求参数
Body 参数application/json
word
array[string]
敏感词
status
integer
必需
状态 0-停用 1-启用
示例
{
"word": [
"string"
],
"status": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
array[string]
必需
示例
{
"code": 1,
"show": 1,
"msg": "新增成功",
"data": []
}
最后修改时间: 10 个月前