WIN-2308041133\Administrator 6 months ago
parent
commit
19d444e2f1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/api/controller/AuthController.php

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

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