关键词回复列表
GET
/api/channel/oaReplyKeyword/list请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
count
integer
必需
pageNo
integer
必需
pageSize
integer
必需
lists
array [object {9}]
必需
示例
{
"code": 200,
"msg": "成功",
"data": {
"count": 7,
"pageNo": 1,
"pageSize": 20,
"lists": [
{
"id": 24,
"name": "嘎嘎嘎",
"keyword": "",
"content": "关键词回复",
"replyType": 3,
"contentType": 1,
"matchingType": 1,
"sort": 50,
"status": 0
},
{
"id": 23,
"name": "嘎嘎嘎",
"keyword": "",
"content": "关键词回复",
"replyType": 3,
"contentType": 1,
"matchingType": 1,
"sort": 50,
"status": 0
},
{
"id": 18,
"name": "嘎嘎嘎",
"keyword": "",
"content": "关键词回复",
"replyType": 3,
"contentType": 1,
"matchingType": 1,
"sort": 50,
"status": 0
},
{
"id": 12,
"name": "111111111111",
"keyword": "",
"content": "1",
"replyType": 3,
"contentType": 1,
"matchingType": 1,
"sort": 0,
"status": 0
},
{
"id": 6,
"name": "delete",
"keyword": "",
"content": "delete",
"replyType": 3,
"contentType": 1,
"matchingType": 1,
"sort": 0,
"status": 0
},
{
"id": 5,
"name": "delete",
"keyword": "",
"content": "delete",
"replyType": 3,
"contentType": 1,
"matchingType": 1,
"sort": 0,
"status": 0
},
{
"id": 2,
"name": "hszz-default1",
"keyword": "",
"content": "hszz-default1fads",
"replyType": 3,
"contentType": 1,
"matchingType": 1,
"sort": 0,
"status": 0
}
]
}
}
最后修改时间: 2 年前