关注回复列表
GET
/api/channel/oaReplyFollow/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": 7,
"pageNo": 1,
"pageSize": 20,
"lists": [
{
"id": 24,
"name": "嘎嘎嘎",
"content": "回复",
"contentType": 1,
"sort": 50,
"status": 0
},
{
"id": 23,
"name": "嘎嘎嘎",
"content": "回复",
"contentType": 1,
"sort": 50,
"status": 0
}
]
}
}
最后修改时间: 2 年前