正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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 | // } |
-
请 注册 或 登录 后发表评论