- 后台端
- 公共管理
- 文章管理
- 登录管理
- 代码生成
- 权限管理
- 系统监控
- 通知设置
- 短信设置
- 系统设置
- 渠道设置
- 装修管理
- 用户管理
- 计划任务
- 财务管理
- 营销管理
- 手机端
- 电脑端
回复详情
开发中
GET
/api/channel/oaReply/detail
请求参数
Query 参数
id
string
主键
示例值:
16
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://java-admin.likeadmin.cn//api/channel/oaReply/detail'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
id
integer
必需
name
string
必需
replyType
integer
必需
contentType
integer
必需
content
string
必需
sort
integer
必需
status
integer
必需
示例
{
"code": 200,
"msg": "成功",
"data": {
"id": 16,
"name": "嘎嘎嘎",
"replyType": 1,
"contentType": 1,
"content": "ggg",
"sort": 50,
"status": 1
}
}
修改于 2022-12-20 09:26:15