话后模式切换

acwActionCJI(type, usertype, user, orgidentity, pwdtype, password, agent_group_id, pushevent, callbackFuc)

更改坐席组(已签入的坐席组)进入话后的方式

参数名称 类型 描述信息
typeString振铃话后=1, 应答话后=2 , 关闭话后=3
usertypeStringagent(坐席) / account(帐号)
userString坐席工号 / 用户名
orgidentityString团队唯一标识
pwdtypeString密码类型 明文(plaintext) / MD5加密(md5)
passwordString密码
agent_group_idString改变哪些坐席组的话后模式, 多个坐席组以逗号分割,如1,2,3.此值为空时,代表改变全部坐席组的话后模式.
pusheventString是否发送坐席通知事件yes(发送) / no(不发送) 默认为no
callbackFucString回调函数

{code:code,message:message}

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