getQQ()." connected."); } /** * @CQCommand("多命令a") * @CQCommand(regexMatch="*是什么") * @param $arg * @return string * @throws \ZM\Exception\DbException */ public function hello($arg) { return "我也不知道".$arg[0]."是什么呀"; } /** * @RequestMapping("/ping") */ public function ping(){} /** * @RequestMapping("/pong") */ public function pong(){} /** * @CQNotice(notice_type="group_admin") */ public function onNotice(){ } }