curl --location --request GET 'https://java-admin.likeadmin.cn//api/channel/oaReplyDefault/list'
{
"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
}
]
}
}