dyjh 6 năm trước cách đây
mục cha
commit
e4c637c2e3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Http/Controllers/Web/AuthController.php

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

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