feat: 解决登陆缓存丢失问题

This commit is contained in:
chenping
2026-04-23 15:57:45 +08:00
parent e3d3593fdd
commit 43d21eb55f
2 changed files with 5 additions and 2 deletions

View File

@@ -93,8 +93,7 @@ class pam_account{
{
$aType = app::get('pam')->getConf('account_type');
//todo
return $aType[$app_id]['type'];
//return 'member';
return is_array($aType[$app_id]) ? $aType[$app_id]['type'] : false;
}//End Function
/**