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;
     }