回复列表
开发中GET
/api/channel/oaReply/list请求参数
Query 参数
type
string
可选
类型: follow=关注回复, keyword=关键词回复, default=默认回复
示例值:
follow
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
array [object {7}]
必需
id
integer
必需
name
string
必需
replyType
integer
必需
contentType
integer
必需
content
string
必需
sort
integer
必需
status
integer
必需
示例
{
"code": 200,
"msg": "成功",
"data": [
{
"id": 16,
"name": "嘎嘎嘎",
"replyType": 1,
"contentType": 1,
"content": "ggg",
"sort": 50,
"status": 1
},
{
"id": 14,
"name": "2",
"replyType": 1,
"contentType": 1,
"content": "2",
"sort": 0,
"status": 0
},
{
"id": 13,
"name": "fadsdfas",
"replyType": 1,
"contentType": 1,
"content": "fadsdafadssfdas",
"sort": 0,
"status": 0
},
{
"id": 9,
"name": "qwertyuioplkjhgfdsazxcvbnm",
"replyType": 1,
"contentType": 1,
"content": "111111111111111111111111111111111111",
"sort": 0,
"status": 0
},
{
"id": 7,
"name": "q1111111111111111111vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv",
"replyType": 1,
"contentType": 1,
"content": "1111",
"sort": 0,
"status": 0
},
{
"id": 1,
"name": "hszz",
"replyType": 1,
"contentType": 1,
"content": "hszz",
"sort": 0,
"status": 0
}
]
}
最后修改时间: 2 年前