默认回复详情
开发中GET
/api/channel/oaReplyDefault/detail请求参数
Query 参数
id
string
可选
示例值:
21
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
id
integer
必需
name
string
必需
content
string
必需
contentType
integer
必需
sort
integer
必需
status
integer
必需
示例
{
"code": 200,
"msg": "成功",
"data": {
"id": 1,
"name": "1",
"content": "感谢关注",
"contentType": 1,
"sort": 0,
"status": 0
}
}
最后修改时间: 2 年前