Commit 033065cb by 冷斌

fix bug

parent 1fcd96aa
...@@ -17,8 +17,8 @@ if (file_exists("data/conf/route.php")) { ...@@ -17,8 +17,8 @@ if (file_exists("data/conf/route.php")) {
} }
$routes = [ $routes = [
'notify_wx' => function() { 'test' => function() {
echo 1; die; echo 'just test';
} }
]; ];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment