默认回复列表
GET
/api/channel/oaReplyDefault/list请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
count
integer
必需
pageNo
integer
必需
pageSize
integer
必需
lists
array [object {6}]
必需
示例
{
"code": 200,
"msg": "成功",
"data": {
"count": 3,
"pageNo": 1,
"pageSize": 20,
"lists": [
{
"id": 3,
"name": "哈哈哈",
"content": "解决",
"contentType": 1,
"sort": 50,
"status": 1
},
{
"id": 2,
"name": "关注2",
"content": "21212121212",
"contentType": 1,
"sort": 0,
"status": 0
},
{
"id": 1,
"name": "1",
"content": "感谢关注",
"contentType": 1,
"sort": 0,
"status": 0
}
]
}
}
最后修改时间: 2 年前