diff --git a/library/think/response.php b/library/think/response.php index 1eed337f..8c252fcb 100644 --- a/library/think/response.php +++ b/library/think/response.php @@ -16,7 +16,7 @@ class Response // 输出数据的转换方法 protected static $tramsform = null; // 输出数据的类型 - protected static $type = 'json'; + protected static $type = 'html'; // 输出数据 protected static $data = ''; // 是否exit