关键词回复新增
开发中POST
/api/channel/oaReply/add请求参数
Body 参数application/json
type
string
必需
类型: follow=关注, keyword=关键词, default=默认
name
string
规则名
keyword
string
关键词
contentType
integer
必需
内容类型: [1=文本]
content
string
回复内容
matchingType
integer
必需
匹配方式: [1=全匹配, 2=模糊匹配]
status
integer
必需
启动状态: [1=启动, 0=关闭]
示例
{
"type": "keyword",
"name": "嘎嘎嘎",
"keyword": "红花,明尼",
"contentType": 1,
"content": "关键词回复",
"matchingType": 1,
"status": 1
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
array[string]
必需
示例
{
"code": 200,
"msg": "成功",
"data": []
}
最后修改时间: 2 年前