dever 6 years ago
parent
commit
a04298f8b6
1 changed files with 3 additions and 1 deletions
  1. 3 1
      component/service/Receive.php

+ 3 - 1
component/service/Receive.php

@@ -126,7 +126,9 @@ class Receive
      */
      */
     private function request()
     private function request()
     {
     {
-		$post = $_GET ? $_GET : $_POST;
+		//$post = $_GET ? $_GET : $_POST;
+
+		$post = file_get_contents('php://input');
 
 
 /*
 /*
 		$post = ' <xml>
 		$post = ' <xml>