访客视图

${agentUser.username!''} <#if contacts??>(${contacts.name!''})

<#if agentUser?? && agentUser.createtime??>${agentUser.createtime?string("yyyy-MM-dd HH:mm:ss")}

访问信息

<#if agentUser.channel?? && agentUser.channel == "webim"> <#include "/apps/agent/channel/webim.html"> <#elseif agentUser.channel?? && agentUser.channel == "weixin"> <#include "/apps/agent/channel/weixin.html">

${agentUser.username!''}<#if onlineUser??>(${onlineUser.region!''})<#elseif weiXinUser??>(${weiXinUser.country} ${weiXinUser.province!''} ${weiXinUser.city!''})
访客视图-访客访问记录,访客咨询记录

  • 咨询记录
  • 访问记录
  • <#if contacts??>
  • 联系人
<#if agentServiceList?? && agentServiceList?size gt 0> <#list agentServiceList as agentService> <#else>
用户名 接入渠道 服务坐席 访问时间 咨询时间 咨询时长 状态
${agentService.username!''} ${agentService.channel!''} ${agentService.agentusername!''} title="${agentService.logindate?string('yyyy-MM-dd HH:mm:ss')}"> <#if agentService.logindate??>${agentService.logindate?string('yyyy-MM-dd HH:mm:ss')} title="${agentService.servicetime?string('yyyy-MM-dd HH:mm:ss')}"> <#if agentService.servicetime??> ${agentService.servicetime?string('yyyy-MM-dd HH:mm:ss')} ${(agentService.sessiontimes/(1000*60*60))?string('00')}:${((agentService.sessiontimes%(1000*60*60))/(1000*60))?string('00')}:${((agentService.sessiontimes%(1000*60))/(1000))?string('00')} <#if agentService.status?? && agentService.status == 'inservice'> 对话中 <#else> 已结束
还没有历史会话
<#if onlineUserHistList?? && onlineUserHistList?size gt 0> <#list onlineUserHistList as onlineuser> <#else>
终端/操作系统/浏览器 访问时间 停留时间 地域 邀请 拒绝
<#if onlineuser.mobile?? && onlineuser.mobile == "1"> <#else> <#if onlineuser.opersystem?? && onlineuser.opersystem == "windows"> <#elseif onlineuser.opersystem?? && onlineuser.opersystem == "linux"> <#elseif onlineuser.opersystem?? && onlineuser.opersystem == "mac"> ${onlineuser.browser!''} <#if onlineuser.createtime??>${onlineuser.createtime?string('yyyy-MM-dd HH:mm:ss')} ${(onlineuser.betweentime/(1000*60*60))?string('00')}:${((onlineuser.betweentime%(1000*60*60))/(1000*60))?string('00')}:${((onlineuser.betweentime%(1000*60))/(1000))?string('00')} ${onlineuser.region!''} ${onlineuser.invitetimes!''} ${onlineuser.refusetimes!''}
还没有在线访客记录

联系人详细信息

<#include "/apps/service/online/contacts.html">
<#include "/apps/service/online/chatmsg.html">