curl --location --request GET 'https://java-admin.likeadmin.cn//api/channel/oaReplyKeyword/list'{
"code": 0,
"msg": "string",
"data": {
"count": 0,
"pageNo": 0,
"pageSize": 0,
"lists": [
{
"id": 0,
"name": "string",
"content": "string",
"replyType": 0,
"contentType": 0,
"matchingType": 0,
"sort": 0,
"status": 0,
"keyword": "string"
}
]
}
}