回复详情
开发中GET
/api/channel/oaReply/detail请求参数
Query 参数
id
string
主键
示例值:
16
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
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
}
}
最后修改时间: 2 年前