diff --git a/library/think/Response.php b/library/think/Response.php index ce760ebf..7ae9fed7 100644 --- a/library/think/Response.php +++ b/library/think/Response.php @@ -89,7 +89,7 @@ class Response */ public function send() { - // 监听response_start + // 监听response_send Hook::listen('response_send', $this); // 处理输出数据