...
|
...
|
@@ -606,7 +606,7 @@ class Facade_Auth |
|
|
//检测口令是否存在
|
|
|
if (!$auth)
|
|
|
{
|
|
|
file_put_contents('/tmp/sso-'.date('Y-m-d').'.log', '登录Facade错误['.date('H:i:s').']-账户:'.$account.' 类型:'.$auth_type.' 地区码:'.$area."\n", FILE_APPEND);
|
|
|
//file_put_contents('/tmp/sso-'.date('Y-m-d').'.log', '登录Facade错误['.date('H:i:s').']-账户:'.$account.' 类型:'.$auth_type.' 地区码:'.$area."\n", FILE_APPEND);
|
|
|
$ret = array('code' => Config_Code::$error['user_not_exist']['code'], 'message' => Config_Code::$error['user_not_exist']['message']);
|
|
|
break ;
|
|
|
}
|
...
|
...
|
|