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