wip
This commit is contained in:
@@ -24,7 +24,7 @@ class AuthService
|
||||
}
|
||||
|
||||
if ($user['status'] != 1) {
|
||||
throw new \Exception('账户已禁用');
|
||||
throw new \Exception('账户已禁用,请联系管理员');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user