dtmfCJI (orgidentity,usertype,user,pwdtype,password,dtmf,callbackFuc)
发送DTMF
| 参数名称 | 类型 | 描述信息 |
|---|---|---|
| orgidentity | String | 当前坐席所属的组织标识 |
| usertype | String | agent(坐席) / account(帐号) |
| user | String | 坐席工号 / 用户名 |
| pwdtype | String | 密码类型 明文(plaintext) / MD5加密(md5) |
| password | String | 密码 |
| dtmf | String | 要发送的dtmf数据,只允许填写数字、#、* |
| callbackFuc | String | 回调函数 |
{code:code,message:message}
| 返回值 | 描述信息 |
|---|---|
{code:1,message:message}
| {code:成功,message:信息描述}
|
{code:2,message:message}
| {code:失败,message:信息描述}
|