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

接收推送消息

@@ -32,7 +32,7 @@ class LoadController extends HomeBaseController @@ -32,7 +32,7 @@ class LoadController extends HomeBaseController
32 } 32 }
33 public function notify(){ 33 public function notify(){
34 34
35 - $param = $data = file_get_contents('php://input'); 35 + $param = $_POST['RequestData'];
36 // if(empty($param['RequestType'])){ 36 // if(empty($param['RequestType'])){
37 // $this->error('error'); 37 // $this->error('error');
38 // } 38 // }