wugg 9 月之前
父節點
當前提交
f8b2f1696b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/common/User.php

+ 1 - 1
app/common/User.php

@@ -118,7 +118,7 @@ class User {
             $this->logined = true;
 
             if ($this->token!='') {
-                Token::set($this->token, 'user',$this->userinfo,$this->keeptime);
+                Token::set("user:info:".$this->token, 'user',$this->userinfo,$this->keeptime);
             }
         return true;
     }