From 61a52319e290703332fc30696e6ac9b42ac24897 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Wed, 23 Dec 2015 00:01:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=BE=93=E5=87=BA=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/response.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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