mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-28 03:35:32 +08:00
feat: 解决登陆缓存丢失问题
This commit is contained in:
@@ -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
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user