From 6f32d117d0a556bb16fc90fcac6fbdc3f0e0f772 Mon Sep 17 00:00:00 2001 From: whale Date: Sun, 8 Mar 2020 16:40:58 +0800 Subject: [PATCH] update start settings. --- src/Module/TestMod/CQTest.php | 58 ----------------------------------- src/Module/TestMod/Hola.php | 34 -------------------- 2 files changed, 92 deletions(-) delete mode 100644 src/Module/TestMod/CQTest.php delete mode 100644 src/Module/TestMod/Hola.php diff --git a/src/Module/TestMod/CQTest.php b/src/Module/TestMod/CQTest.php deleted file mode 100644 index 8ae9cb2d..00000000 --- a/src/Module/TestMod/CQTest.php +++ /dev/null @@ -1,58 +0,0 @@ -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(){ - - } -} \ No newline at end of file diff --git a/src/Module/TestMod/Hola.php b/src/Module/TestMod/Hola.php deleted file mode 100644 index b6c878dd..00000000 --- a/src/Module/TestMod/Hola.php +++ /dev/null @@ -1,34 +0,0 @@ -connection->close(); - } - - /** @RequestMapping("/ping") */ - public function ping(){ - return "OKK"; - } -} \ No newline at end of file