From d3f7aa19c05f9c56f4c031d8d1ee3e3e5129857d Mon Sep 17 00:00:00 2001 From: Zeffee Date: Tue, 14 Mar 2017 17:16:57 +0800 Subject: [PATCH] fixExampleControllerBug --- App/Controllers/Example.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/App/Controllers/Example.php b/App/Controllers/Example.php index d10c314..ef4df33 100644 --- a/App/Controllers/Example.php +++ b/App/Controllers/Example.php @@ -5,10 +5,10 @@ class Example { /**样本测试 * - * @return json name.Zereri + * @return name:Zereri */ public function test() { - response(["name" => "zereri"]); + response(200, ["name" => "zereri"]); } } \ No newline at end of file