关键词回复编辑
开发中POST
/api/channel/oaReplyKeyword/edit请求参数
Body 参数application/json
id
integer
必需
name
string
必需
contentType
integer
必需
content
string
必需
status
integer
必需
type
string
必需
keyword
string
必需
matchingType
integer
必需
示例
{
"id": 0,
"name": "string",
"contentType": 0,
"content": "string",
"status": 0,
"type": "string",
"keyword": "string",
"matchingType": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
array[string]
必需
示例
{
"id": 21,
"name": "嘎嘎嘎",
"contentType": 1,
"content": "关键词回复",
"status": 1
}
最后修改时间: 2 年前