WIN-2308041133\Administrator 2 months ago
parent
commit
fc134b9e15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/api/controller/AuthController.php

+ 1 - 1
app/api/controller/AuthController.php

@@ -468,7 +468,7 @@ class AuthController
             if ($uncompressed === false) {
                 return app('json')->fail('gzip解压失败,检查压缩内容');
             }
-
+            var_dump($uncompressed);die();
             $decodedContent .= $uncompressed;
         }