From 8914494ccd5c08577afaed6345a743157b49e7f2 Mon Sep 17 00:00:00 2001 From: zhengchanglong Date: Wed, 25 Sep 2019 14:46:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/TestResourceController.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Application/Home/Controller/TestResourceController.class.php b/Application/Home/Controller/TestResourceController.class.php index bb524fc1c..123920d31 100644 --- a/Application/Home/Controller/TestResourceController.class.php +++ b/Application/Home/Controller/TestResourceController.class.php @@ -6,5 +6,7 @@ namespace Home\Controller; class TestResourceController extends BaseController { - + public function test(){ + echo 'test'; + } } \ No newline at end of file