====== 通话暂停接口 ======
* 请求内容:
EVENT=Hold&silence=silence&orgidentity=orgidentity&usertype=usertype&user=user&pwdtype=pwdtype&password=password
* 作用说明:
两方话务时,坐席发起通话暂停,使客户处于话务等待状态
* 参数说明:
^ 参数名称 ^ 类型 ^ 描述信息 ^
|EVENT|String|请求目的:通话暂停(Hold)|
|silence|String|是否静音(0或1),0代表不静音,1代表静音|
|orgidentity|String|团队唯一标识|
|usertype|String|agent(坐席) / account(帐号)|
|user|String|坐席工号 / 用户名|
|pwdtype|String|密码类型 明文(plaintext) / MD5加密(md5)|
|password|String|密码|
* 返回结果:
|Retuen|code|Retuen|message
* 返回值类型:String
* 返回值:
^ 返回值 ^ 描述信息 ^
||Retuen|1|Retuen|message| |Retuen|成功|Retuen|信息描述|
||Retuen|2|Retuen|message | |Retuen|失败|Retuen|信息描述|