zxhxx 3 年之前
父节点
当前提交
52cc1d50b8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
         }