- 后台端
- 公共管理
- 文章管理
- 登录管理
- 代码生成
- 权限管理
- 系统监控
- 通知设置
- 短信设置
- 系统设置
- 渠道设置
- 装修管理
- 用户管理
- 计划任务
- 财务管理
- 营销管理
- 手机端
- 电脑端
回复列表
开发中
GET
/api/channel/oaReply/list
请求参数
Query 参数
type
string
可选
示例值:
follow
示例代码
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/list'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {7}]
必需
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
},
{
"id": 14,
"name": "2",
"replyType": 1,
"contentType": 1,
"content": "2",
"sort": 0,
"status": 0
},
{
"id": 13,
"name": "fadsdfas",
"replyType": 1,
"contentType": 1,
"content": "fadsdafadssfdas",
"sort": 0,
"status": 0
},
{
"id": 9,
"name": "qwertyuioplkjhgfdsazxcvbnm",
"replyType": 1,
"contentType": 1,
"content": "111111111111111111111111111111111111",
"sort": 0,
"status": 0
},
{
"id": 7,
"name": "q1111111111111111111vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv",
"replyType": 1,
"contentType": 1,
"content": "1111",
"sort": 0,
"status": 0
},
{
"id": 1,
"name": "hszz",
"replyType": 1,
"contentType": 1,
"content": "hszz",
"sort": 0,
"status": 0
}
]
}
修改于 2022-12-20 09:26:15