From a8ead7aafaeae909aa76f676e38f7a67b309056e Mon Sep 17 00:00:00 2001
From: 王晓刚 <wxg@bronet.cn>
Date: Sat, 8 Jun 2019 10:46:18 +0800
Subject: [PATCH] 接收推送消息

---
 app/portal/controller/LoadController.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/portal/controller/LoadController.php b/app/portal/controller/LoadController.php
index 1d52907..306af34 100644
--- a/app/portal/controller/LoadController.php
+++ b/app/portal/controller/LoadController.php
@@ -32,7 +32,7 @@ class LoadController extends HomeBaseController
     }
     public function notify(){
 
-        $param = $this->request->param();
+        $param = $data = file_get_contents('php://input');
 //        if(empty($param['RequestType'])){
 //            $this->error('error');
 //        }
--
libgit2 0.24.0