...
|
...
|
@@ -79,8 +79,7 @@ class AbstractAction extends Controller_Abstract |
|
|
|
|
|
//客服配置
|
|
|
protected function getCustomerServiceSwitch() {
|
|
|
return $this->_useSession && $this->getCacheBy('zookeeper:/pc/clientService/new') === 'true' ? '/service/client' :
|
|
|
'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409';
|
|
|
return $this->_useSession && $this->getCacheBy('zookeeper:/pc/clientService/new') === 'true' ? 'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409' : '/service/client';
|
|
|
}
|
|
|
/**
|
|
|
* 封装一下获取get参数
|
...
|
...
|
|