- 必看
- 管理后台
- 工作台
- 登录
- 装修管理
- 文章资讯
- 消息通知
- 渠道设置
- 组织管理
- 权限管理
- 系统设置
- 文件管理
- 存储引擎
- 开发工具
- 用户管理
- 通用数据
- 营销应用
- 财务管理
- 手机端
- PC端
- 参数说明
获取回复详情
GET
/adminapi/channel.official_account_reply/detail
请求参数
Query 参数
id
integer
回复记录id
Header 参数
token
string
可选
默认值:
{{token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://www.likeadmin.localhost/adminapi/channel.official_account_reply/detail?id=' \
--header 'token: {{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-07-28 06:27:09