正在显示
1 个修改的文件
包含
2 行增加
和
5 行删除
@@ -27,11 +27,8 @@ class LoadController extends HomeBaseController | @@ -27,11 +27,8 @@ class LoadController extends HomeBaseController | ||
27 | } | 27 | } |
28 | } | 28 | } |
29 | public function test(){ | 29 | public function test(){ |
30 | - | ||
31 | - dump(cache('param')); | ||
32 | - dump(cache('result')); | ||
33 | - dump(cache('result_data')); | ||
34 | - dump(cache('data')); | 30 | + dump(cache('dingyue')); |
31 | + dump(cache('yuyue')); | ||
35 | } | 32 | } |
36 | public function notify(){ | 33 | public function notify(){ |
37 | $RequestType = empty($_POST['RequestType']) ? 0: $_POST['RequestType']; | 34 | $RequestType = empty($_POST['RequestType']) ? 0: $_POST['RequestType']; |
-
请 注册 或 登录 后发表评论