_developerList; } elseif ($touser == 1) { // 技术+客服 $touser = $this->_developerList . $this->_messageList; } elseif ($touser == 2) { //技术+运营 $touser = $this->_developerList . $this->_business; } elseif ($touser == 3) { //运营+客服 $touser = $this->_messageList . $this->_business; } elseif ($touser == 4) { //运营+客服+技术 $touser = $this->_developerList . $this->_messageList . $this->_business; }elseif($touser == 5) { $touser = $this->_private; } //警报:RTX通知 $arr = array( "agentid" => $agentid, "title" => $title, "msg" => $msg, "touser" => $touser, ); zOfficeWechat::sendMsg($arr); } }