作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

接收推送消息

@@ -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'];