curl --location --request GET '/adminapi/channel.official_account_reply/lists' \
--header 'token: {{'\''38a327e6732714e2a48e0b5d3038b2cc'\''}}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 14,
"name": "在不在",
"keyword": "在?",
"matching_type": 1,
"content_type": 1,
"status": 1,
"sort": 999,
"matching_type_desc": "全匹配",
"content_type_desc": "文本",
"status_desc": "开启"
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}