dyjh 6 년 전
부모
커밋
e4c637c2e3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);