座席服务端登录鉴权
GET
/webtenant/system/ctiCloud/agentLogin/authenticate请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
string
必需
data
object
必需
sessionKey
string
建立webSocket的序列号,30秒过期
agentGateWayUrl
string
webSocket服务器域名
qids
string
当cno为班长席时,监听订阅消息的队列
enterpriseId
string
呼叫中心编号
con
string
座席工号
bindTel
string
绑定号码
status
integer
工号状态(1空闲中 2使用中)
示例
{
"code": "string",
"data": {
"sessionKey": "string",
"agentGateWayUrl": "string",
"qids": "string",
"enterpriseId": "string",
"con": "string",
"bindTel": "string",
"status": 0
}
}
最后修改时间: 8 天前