Skip to content

Commit

Permalink
移除365机器人
Browse files Browse the repository at this point in the history
  • Loading branch information
lbbniu committed Jan 11, 2017
1 parent a2d7997 commit f531c95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WebWeiXin.php
Original file line number Diff line number Diff line change
Expand Up @@ -768,11 +768,11 @@ public function handleMsg($r){
continue;
}

$ans = $this->robo365($content,$msg['FromUserName']);
//问答机器人
/*$ans = $this->robo365($content,$msg['FromUserName']);
//365机器人
if(!$ans){
$ans = $this->_weida($content);
}
}*/
//青云客机器人
if(!$ans){
$ans = $this->qingyunke($content);
Expand Down

0 comments on commit f531c95

Please sign in to comment.