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

接收推送消息

@@ -30,6 +30,7 @@ class LoadController extends HomeBaseController @@ -30,6 +30,7 @@ class LoadController extends HomeBaseController
30 dump(json_decode(cache('param')['RequestData'])); 30 dump(json_decode(cache('param')['RequestData']));
31 } 31 }
32 public function notify(){ 32 public function notify(){
  33 +
33 $param = $this->request->param(); 34 $param = $this->request->param();
34 if(empty($param['RequestType'])){ 35 if(empty($param['RequestType'])){
35 $this->error('error'); 36 $this->error('error');