获取回复详情
GET
/adminapi/channel.official_account_reply/detail
请求参数
Query 参数
id
integer
回复记录id
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/detail?id=' \
--header 'token;'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
id
integer
回复记录id
name
string
规格名称
keyword
string
关键词
reply_type
string
必需
matching_type
integer
必需
content_type
integer
必需
content
string
内容
status
integer
必需
sort
integer
排序值
reply_type_desc
string
必需
matching_type_desc
string
必需
content_type_desc
string
必需
status_desc
string
必需
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 10,
"name": "在不在",
"keyword": "在吗",
"reply_type": "2",
"matching_type": 1,
"content_type": 1,
"content": "在的呀~有什么可以帮到您",
"status": 0,
"sort": 20,
"reply_type_desc": "关键词回复",
"matching_type_desc": "全匹配",
"content_type_desc": "文本",
"status_desc": "禁用"
}
}
修改于 2022-11-12 09:31:34