zxhxx 3 years ago
parent
commit
52cc1d50b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/common/library/Auth.php

+ 1 - 1
application/common/library/Auth.php

@@ -94,7 +94,7 @@ class Auth
             return false;
         }
         $data = Token::get($token);
-
+        @file_put_contents('data.txt',json_encode($data));
         if (!$data) {
             return false;
         }