正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
@@ -26,7 +26,8 @@ class LoadController extends HomeBaseController | @@ -26,7 +26,8 @@ class LoadController extends HomeBaseController | ||
26 | } | 26 | } |
27 | } | 27 | } |
28 | public function test(){ | 28 | public function test(){ |
29 | - cache('param'); | 29 | + |
30 | + dump(cache('param')); | ||
30 | } | 31 | } |
31 | public function notify(){ | 32 | public function notify(){ |
32 | $param = $this->request->param(); | 33 | $param = $this->request->param(); |
-
请 注册 或 登录 后发表评论