强插接口

intrudeCJI(target, phonenumber, pwdtype, password, usertype, user, orgidentity, callbackFuc)

班长对指定坐席工号的通话进行强插

参数名称 类型 描述信息
targetString目标坐席工号,即你要强插哪个坐席的通话
phonenumberString执行插入方的电话号码
pwdtypeString密码类型 明文(plaintext) / MD5加密(md5)
passwordString密码
usertypeStringagent(坐席) / account(帐号)
userString坐席工号 / 用户名
orgidentityString团队唯一标识
callbackFucString回调函数

{code:code,message:message}

返回值 描述信息
{code:1,message:message}
{code:成功,message:信息描述}
{code:2,message:message}
{code:失败,message:信息描述}