密语接口

whisperCJI (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:信息描述}