2.22 取消咨询
应用场景:咨询中
标识(key):cancelConsult
传入参数(data):
序号 | 名称 | 类型 | 是否必填 | 说明 |
---|---|---|---|---|
1 | id | String | 是 | 对接ID |
示例代码:
//电话条取消咨询
function cancelConsult() {
let obj = {
key: 'cancelConsult',
data: {
id: phoneId, // 对接ID
}
}
telephoneFunction(obj);
}
取消咨询回调事件说明:
{
"agentnum": "8004",
"respSeq": 2625,
"tenantid": "acf528a2-xxxx-xxxx-xxxx-74cb3995cfab",
"type": "response",
"retmsg": "succed!",
"command": "agentcancelConsult",
"retcode": 200
}
文档更新时间: 2024-11-14 09:33 作者:admin