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