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');
 //        }