简要描述:
- 快捷回复详情--后台
请求URL:
GET/business/{公众号id}/plugin/YunChat/commonReplyGetDetail
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | 是 | int | ID |
返回示例:
正确时返回:
{
"result": 1,
"msg": "",
"data": {
"id": 4,
"uniacid": 3,
"group_id": 1,
"crop_id": 1,
"employee_id": 1,
"title": "时间",
"content": "时间时间时间时间啊啊啊啊啊啊",
"created_at": "2021-04-22 15:10:09",
"updated_at": "2021-04-22 15:10:09",
"deleted_at": null,
"type_desc": "个人(Joyaa)",
"has_one_group": {
"id": 1,
"uniacid": 3,
"name": "客服a"
},
"has_one_employee": {
"id": 1,
"uniacid": 3,
"nickname": "Joyaa"
}
}
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 | |
---|---|---|---|
id | int | ID | |
title | string | 标题 | |
group_name | string | 所属客服组 | |
type_desc | string | 类型 | |
content | string | 内容 |