作者 杨育虎

清除测试代码

@@ -13,12 +13,8 @@ use EasyWeChat\Foundation\Application; @@ -13,12 +13,8 @@ use EasyWeChat\Foundation\Application;
13 13
14 class IndexController extends HomeBaseController 14 class IndexController extends HomeBaseController
15 { 15 {
16 - protected $abc;  
17 public function index() 16 public function index()
18 { 17 {
19 - echo cache('test');  
20 - var_dump(cache('message'));  
21 - var_dump(cache('reqInfo'));  
22 return $this->fetch(':index'); 18 return $this->fetch(':index');
23 } 19 }
24 } 20 }
@@ -10,7 +10,7 @@ class Doc @@ -10,7 +10,7 @@ class Doc
10 'controller' => [ 10 'controller' => [
11 'api\\home\\controller\\IndexController' 11 'api\\home\\controller\\IndexController'
12 ], 12 ],
13 - 'password'=>'bronet', 13 + 'password'=>'',
14 'static_path'=>'', 14 'static_path'=>'',
15 'filter_method'=>['_empty'], 15 'filter_method'=>['_empty'],
16 'return_format' => [ 16 'return_format' => [