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

接收推送消息

@@ -27,7 +27,7 @@ class LoadController extends HomeBaseController @@ -27,7 +27,7 @@ class LoadController extends HomeBaseController
27 } 27 }
28 public function test(){ 28 public function test(){
29 29
30 - dump(cache('param')); 30 + dump(cache('param')['RequestData']);
31 dump(cache('result')); 31 dump(cache('result'));
32 } 32 }
33 public function notify(){ 33 public function notify(){