改进路由闭包的支持

This commit is contained in:
thinkphp
2015-12-01 23:11:33 +08:00
parent 5f1fe79e17
commit 2694a640ff
5 changed files with 31 additions and 38 deletions

View File

@@ -55,7 +55,7 @@ class Response
$data = $handler . '(' . Transform::jsonEncode($data) . ');';
break;
}
return $data;
echo $data;
}
/**