Update Auth.php

This commit is contained in:
邹景立 2021-04-07 15:55:31 +08:00
parent 59b3e419d5
commit e3bc5043ff

View File

@ -89,7 +89,7 @@ abstract class Auth extends Controller
protected function checkUserStatus() protected function checkUserStatus()
{ {
if (empty($this->user['status'])) { if (empty($this->user['status'])) {
$this->error('账户已被冻结!'); $this->error('账户已被冻结!');
} }
} }