curl --location --request GET '/adminapi/channel.official_account_reply/lists' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc'{
"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": "开启"
},
{
"id": 10,
"name": "新询问",
"keyword": "hi",
"matching_type": 2,
"content_type": 1,
"status": 1,
"sort": 100,
"matching_type_desc": "模糊匹配",
"content_type_desc": "文本",
"status_desc": "开启"
},
{
"id": 9,
"name": "新取消",
"keyword": "",
"matching_type": 0,
"content_type": 1,
"status": 0,
"sort": 50,
"matching_type_desc": "",
"content_type_desc": "文本",
"status_desc": "禁用"
},
{
"id": 8,
"name": "新首次",
"keyword": "",
"matching_type": 0,
"content_type": 1,
"status": 0,
"sort": 50,
"matching_type_desc": "",
"content_type_desc": "文本",
"status_desc": "禁用"
},
{
"id": 15,
"name": "默认回复",
"keyword": "在?",
"matching_type": 1,
"content_type": 1,
"status": 0,
"sort": 30,
"matching_type_desc": "全匹配",
"content_type_desc": "文本",
"status_desc": "禁用"
},
{
"id": 13,
"name": "在不在",
"keyword": "在?",
"matching_type": 1,
"content_type": 1,
"status": 0,
"sort": 30,
"matching_type_desc": "全匹配",
"content_type_desc": "文本",
"status_desc": "禁用"
},
{
"id": 12,
"name": "在不在",
"keyword": "在?",
"matching_type": 1,
"content_type": 1,
"status": 0,
"sort": 30,
"matching_type_desc": "全匹配",
"content_type_desc": "文本",
"status_desc": "禁用"
},
{
"id": 11,
"name": "在不在",
"keyword": "在?",
"matching_type": 1,
"content_type": 1,
"status": 0,
"sort": 30,
"matching_type_desc": "全匹配",
"content_type_desc": "文本",
"status_desc": "禁用"
}
],
"count": 8,
"page_no": 1,
"page_size": 25,
"extend": []
}
}