Authored by 於志远

登陆增加缓存

... ... @@ -608,7 +608,7 @@ class Facade_Auth
}
//获取用户口令信息
$auth = self::service()->getAuthByTypeAndAidNocache($auth_type, $account);
$auth = self::service()->getAuthByTypeAndAid($auth_type, $account);
//检测口令是否存在
if (!$auth)
{
... ...