dyjh 6 years ago
parent
commit
0d15c1a290
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/Http/Controllers/Web/AuthController.php

+ 2 - 1
app/Http/Controllers/Web/AuthController.php

xqd
@@ -93,7 +93,8 @@ class AuthController extends Controller
                 exit;
             }
         } else {
-            \Log::info($_POST);
+            \Log::info($GLOBALS);
+            \Log::info(file_get_contents("php://input"));
             $postStr = $GLOBALS["HTTP_RAW_POST_DATA"];
             if (!empty($postStr)) {
                 $postObj = simplexml_load_string($postStr, 'SimpleXMLElement', LIBXML_NOCDATA);