回复列表
GET
/adminapi/channel.official_account_reply/lists
请求参数
Query 参数
reply_type
integer
可选
Header 参数
token
string
必需
默认值:
{{'38a327e6732714e2a48e0b5d3038b2cc'}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/adminapi/channel.official_account_reply/lists' \
--header 'token;'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
lists
array [object {10}]
必需
count
integer
必需
page_no
integer
必需
page_size
integer
必需
extend
array
必需
示例
{
"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": []
}
}
修改于 2022-11-12 09:31:34