修正App类

This commit is contained in:
thinkphp
2016-12-13 14:21:17 +08:00
parent ebf2431a50
commit 7775dd9255

View File

@@ -175,7 +175,7 @@ class App
$type = $isAjax ? Config::get('default_ajax_return') : Config::get('default_return_type');
$response = Response::create($data, $type);
} else {
$response = Response::create('', 204);
$response = Response::create('', '', 204);
}
// 监听app_end