作者 lyh

gx

... ... @@ -38,6 +38,7 @@ class LoginAuthMiddleware
// 设置数据库
$project = ProjectServer::useProject($info['project_id']);
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($project, true) . PHP_EOL, FILE_APPEND);
@file_put_contents(storage_path('logs/lyh_error.log'), var_export(1111111, true) . PHP_EOL, FILE_APPEND);
if(empty($project)){
return response(['code'=>Code::USER_LOGIN_ERROE,'msg'=>'数据库未配置']);
}
... ...